Html Css Color HEX #490123 Blackberry

📋 copy color: '#490123'

red 73 ◦ green 1 ◦ blue 35

#490123
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #490123

Tints of Blackberry #490123

RGB

 RED value IS 73 (28.91% from 255) = 66.97%

 GREEN value IS 1 (0.78% from 255) = 0.92%

 BLUE value IS 35 (14.06% from 255) = 32.11%

R = 66.97%
G = 0.92%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#490123 (or 0x490123) is known color: Blackberry. HEX triplet: 49, 01 and 23. RGB value is (73,1,35). Sum of RGB (Red+Green+Blue) = 73+1+35=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #490123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490123 is #B6FEDC. Grayscale: #1A1A1A. Windows color (decimal): -11992797 or 2294089. OLE color: 2294089.

HSL color Cylindrical-coordinate representation of color #490123: hue angle of 331.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490123 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 1 35 -
CMYK 0 0.99 0.52 0.71
HSL 331.67º 0.97% 0.15% -
HSV(B) 331.67º 0.99% 0.29% -
XYZ 3.06 1.56 1.73 -
YUV 26.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 73 1 35 0 0.99 0.52 0.71 331.67 0.97 0.15
Hex 49 1 23 0 63 34 47 14C 61 F
Octal 111 1 43 0 143 64 107 514 141 17
Binary 1001001 1 100011 0 1100011 110100 1000111 101001100 1100001 1111

Color Harmonies of #490123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490123

Black with #490123

Text Example


Text Example

White with #490123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490123; }

 p { color: rgb(73,1,35); }

 H1.HeaderClassName
 {
   color: #490123;
 }
 .AnyTagClassName
 {
   color: #490123;
 }
</style>

background-color css

<style>
 a { background-color: #490123; }

 a { background-color: rgb(73,1,35); }

 div.DivClassName
 {
   background-color: #490123;
 }
 .BgClassName
 {
   background-color: #490123;
 }
</style>

border-color css

<style>
 span { border-color: #490123; }

 span { border-color: rgb(73,1,35); }

 td.TdClassName
 {
   border-color: #490123;
 }
 .TagClassName
 {
   border-color: #490123;
 }
</style>