Html Css Color HEX #470B23 Blackberry

📋 copy color: '#470B23'

red 71 ◦ green 11 ◦ blue 35

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

Shades of Blackberry #470B23

Tints of Blackberry #470B23

RGB

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

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

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

R = 60.68%
G = 9.4%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#470B23 (or 0x470B23) is known color: Blackberry. HEX triplet: 47, 0B and 23. RGB value is (71,11,35). Sum of RGB (Red+Green+Blue) = 71+11+35=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #470B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B23 is #B8F4DC. Grayscale: #1F1F1F. Windows color (decimal): -12121309 or 2296647. OLE color: 2296647.

HSL color Cylindrical-coordinate representation of color #470B23: hue angle of 336º 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 #470B23 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 11 35 -
CMYK 0 0.85 0.51 0.72
HSL 336º 0.73% 0.16% -
HSV(B) 336º 0.85% 0.28% -
XYZ 3.02 1.7 1.76 -
YUV 31.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 71 11 35 0 0.85 0.51 0.72 336 0.73 0.16
Hex 47 B 23 0 55 33 48 150 49 10
Octal 107 13 43 0 125 63 110 520 111 20
Binary 1000111 1011 100011 0 1010101 110011 1001000 101010000 1001001 10000

Color Harmonies of #470B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B23

Black with #470B23

Text Example


Text Example

White with #470B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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