Html Css Color HEX #470C34 Blackberry

📋 copy color: '#470C34'

red 71 ◦ green 12 ◦ blue 52

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

Shades of Blackberry #470C34

Tints of Blackberry #470C34

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.89%

 BLUE value IS 52 (20.7% from 255) = 38.52%

R = 52.59%
G = 8.89%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#470C34 (or 0x470C34) is known color: Blackberry. HEX triplet: 47, 0C and 34. RGB value is (71,12,52). Sum of RGB (Red+Green+Blue) = 71+12+52=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #470C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C34 is #B8F3CB. Grayscale: #222222. Windows color (decimal): -12121036 or 3411015. OLE color: 3411015.

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

Color convert

RGB 71 12 52 -
CMYK 0 0.83 0.27 0.72
HSL 319.32º 0.71% 0.16% -
HSV(B) 319.32º 0.83% 0.28% -
XYZ 3.35 1.85 3.43 -
YUV 34.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 71 12 52 0 0.83 0.27 0.72 319.32 0.71 0.16
Hex 47 C 34 0 53 1B 48 13F 47 10
Octal 107 14 64 0 123 33 110 477 107 20
Binary 1000111 1100 110100 0 1010011 11011 1001000 100111111 1000111 10000

Color Harmonies of #470C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C34

Black with #470C34

Text Example


Text Example

White with #470C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,12,52); }

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

background-color css

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

 a { background-color: rgb(71,12,52); }

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

border-color css

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

 span { border-color: rgb(71,12,52); }

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