Html Css Color HEX #470A28 Blackberry

📋 copy color: '#470A28'

red 71 ◦ green 10 ◦ blue 40

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

Shades of Blackberry #470A28

Tints of Blackberry #470A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.26%

 BLUE value IS 40 (16.02% from 255) = 33.06%

R = 58.68%
G = 8.26%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#470A28 (or 0x470A28) is known color: Blackberry. HEX triplet: 47, 0A and 28. RGB value is (71,10,40). Sum of RGB (Red+Green+Blue) = 71+10+40=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #470A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A28 is #B8F5D7. Grayscale: #1F1F1F. Windows color (decimal): -12121560 or 2624071. OLE color: 2624071.

HSL color Cylindrical-coordinate representation of color #470A28: hue angle of 330.49º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A28 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 10 40 -
CMYK 0 0.86 0.44 0.72
HSL 330.49º 0.75% 0.16% -
HSV(B) 330.49º 0.86% 0.28% -
XYZ 3.09 1.71 2.17 -
YUV 31.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 71 10 40 0 0.86 0.44 0.72 330.49 0.75 0.16
Hex 47 A 28 0 56 2C 48 14A 4B 10
Octal 107 12 50 0 126 54 110 512 113 20
Binary 1000111 1010 101000 0 1010110 101100 1001000 101001010 1001011 10000

Color Harmonies of #470A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470A28

Black with #470A28

Text Example


Text Example

White with #470A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470A28; }

 p { color: rgb(71,10,40); }

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

background-color css

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

 a { background-color: rgb(71,10,40); }

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

border-color css

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

 span { border-color: rgb(71,10,40); }

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