Html Css Color HEX #470436 Blackberry

📋 copy color: '#470436'

red 71 ◦ green 4 ◦ blue 54

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

Shades of Blackberry #470436

Tints of Blackberry #470436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 41.86%

R = 55.04%
G = 3.1%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#470436 (or 0x470436) is known color: Blackberry. HEX triplet: 47, 04 and 36. RGB value is (71,4,54). Sum of RGB (Red+Green+Blue) = 71+4+54=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #470436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470436 is #B8FBC9. Grayscale: #1D1D1D. Windows color (decimal): -12123082 or 3540039. OLE color: 3540039.

HSL color Cylindrical-coordinate representation of color #470436: hue angle of 315.22º 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 #470436 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 4 54 -
CMYK 0 0.94 0.24 0.72
HSL 315.22º 0.89% 0.15% -
HSV(B) 315.22º 0.94% 0.28% -
XYZ 3.31 1.69 3.64 -
YUV 29.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 71 4 54 0 0.94 0.24 0.72 315.22 0.89 0.15
Hex 47 4 36 0 5E 18 48 13B 59 F
Octal 107 4 66 0 136 30 110 473 131 17
Binary 1000111 100 110110 0 1011110 11000 1001000 100111011 1011001 1111

Color Harmonies of #470436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470436

Black with #470436

Text Example


Text Example

White with #470436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470436; }

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

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

background-color css

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

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

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

border-color css

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

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

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