Html Css Color HEX #470B22 Blackberry

📋 copy color: '#470B22'

red 71 ◦ green 11 ◦ blue 34

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

Shades of Blackberry #470B22

Tints of Blackberry #470B22

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.48%

 BLUE value IS 34 (13.67% from 255) = 29.31%

R = 61.21%
G = 9.48%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#470B22 (or 0x470B22) is known color: Blackberry. HEX triplet: 47, 0B and 22. RGB value is (71,11,34). Sum of RGB (Red+Green+Blue) = 71+11+34=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #470B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B22 is #B8F4DD. Grayscale: #1F1F1F. Windows color (decimal): -12121310 or 2231111. OLE color: 2231111.

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

Color convert

RGB 71 11 34 -
CMYK 0 0.85 0.52 0.72
HSL 337º 0.73% 0.16% -
HSV(B) 337º 0.85% 0.28% -
XYZ 3.01 1.69 1.68 -
YUV 31.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 71 11 34 0 0.85 0.52 0.72 337 0.73 0.16
Hex 47 B 22 0 55 34 48 151 49 10
Octal 107 13 42 0 125 64 110 521 111 20
Binary 1000111 1011 100010 0 1010101 110100 1001000 101010001 1001001 10000

Color Harmonies of #470B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B22

Black with #470B22

Text Example


Text Example

White with #470B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,11,34); }

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

background-color css

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

 a { background-color: rgb(71,11,34); }

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

border-color css

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

 span { border-color: rgb(71,11,34); }

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