Html Css Color HEX #470424 Blackberry

📋 copy color: '#470424'

red 71 ◦ green 4 ◦ blue 36

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

Shades of Blackberry #470424

Tints of Blackberry #470424

RGB

 RED value IS 71 (28.13% from 255) = 63.96%

 GREEN value IS 4 (1.95% from 255) = 3.6%

 BLUE value IS 36 (14.45% from 255) = 32.43%

R = 63.96%
G = 3.6%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#470424 (or 0x470424) is known color: Blackberry. HEX triplet: 47, 04 and 24. RGB value is (71,4,36). Sum of RGB (Red+Green+Blue) = 71+4+36=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470424 is #B8FBDB. Grayscale: #1B1B1B. Windows color (decimal): -12123100 or 2360391. OLE color: 2360391.

HSL color Cylindrical-coordinate representation of color #470424: hue angle of 331.34º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470424 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 4 36 -
CMYK 0 0.94 0.49 0.72
HSL 331.34º 0.89% 0.15% -
HSV(B) 331.34º 0.94% 0.28% -
XYZ 2.96 1.55 1.81 -
YUV 27.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 71 4 36 0 0.94 0.49 0.72 331.34 0.89 0.15
Hex 47 4 24 0 5E 31 48 14B 59 F
Octal 107 4 44 0 136 61 110 513 131 17
Binary 1000111 100 100100 0 1011110 110001 1001000 101001011 1011001 1111

Color Harmonies of #470424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470424

Black with #470424

Text Example


Text Example

White with #470424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470424; }

 p { color: rgb(71,4,36); }

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

background-color css

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

 a { background-color: rgb(71,4,36); }

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

border-color css

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

 span { border-color: rgb(71,4,36); }

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