Html Css Color HEX #470B3B Blackberry

📋 copy color: '#470B3B'

red 71 ◦ green 11 ◦ blue 59

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

Shades of Blackberry #470B3B

Tints of Blackberry #470B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 41.84%

R = 50.35%
G = 7.8%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#470B3B (or 0x470B3B) is known color: Blackberry. HEX triplet: 47, 0B and 3B. RGB value is (71,11,59). Sum of RGB (Red+Green+Blue) = 71+11+59=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #470B3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B3B is #B8F4C4. Grayscale: #222222. Windows color (decimal): -12121285 or 3869511. OLE color: 3869511.

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

Color convert

RGB 71 11 59 -
CMYK 0 0.85 0.17 0.72
HSL 312º 0.73% 0.16% -
HSV(B) 312º 0.85% 0.28% -
XYZ 3.51 1.89 4.32 -
YUV 34.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 71 11 59 0 0.85 0.17 0.72 312 0.73 0.16
Hex 47 B 3B 0 55 11 48 138 49 10
Octal 107 13 73 0 125 21 110 470 111 20
Binary 1000111 1011 111011 0 1010101 10001 1001000 100111000 1001001 10000

Color Harmonies of #470B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B3B

Black with #470B3B

Text Example


Text Example

White with #470B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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