Html Css Color HEX #470B3C Blackberry

📋 copy color: '#470B3C'

red 71 ◦ green 11 ◦ blue 60

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

Shades of Blackberry #470B3C

Tints of Blackberry #470B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.25%

R = 50%
G = 7.75%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#470B3C (or 0x470B3C) is known color: Blackberry. HEX triplet: 47, 0B and 3C. RGB value is (71,11,60). Sum of RGB (Red+Green+Blue) = 71+11+60=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #470B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B3C is #B8F4C3. Grayscale: #222222. Windows color (decimal): -12121284 or 3935047. OLE color: 3935047.

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

Color convert

RGB 71 11 60 -
CMYK 0 0.85 0.15 0.72
HSL 311º 0.73% 0.16% -
HSV(B) 311º 0.85% 0.28% -
XYZ 3.53 1.91 4.46 -
YUV 34.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 71 11 60 0 0.85 0.15 0.72 311 0.73 0.16
Hex 47 B 3C 0 55 F 48 137 49 10
Octal 107 13 74 0 125 17 110 467 111 20
Binary 1000111 1011 111100 0 1010101 1111 1001000 100110111 1001001 10000

Color Harmonies of #470B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B3C

Black with #470B3C

Text Example


Text Example

White with #470B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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