Html Css Color HEX #470C35 Blackberry

📋 copy color: '#470C35'

red 71 ◦ green 12 ◦ blue 53

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

Shades of Blackberry #470C35

Tints of Blackberry #470C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 38.97%

R = 52.21%
G = 8.82%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#470C35 (or 0x470C35) is known color: Blackberry. HEX triplet: 47, 0C and 35. RGB value is (71,12,53). Sum of RGB (Red+Green+Blue) = 71+12+53=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #470C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C35 is #B8F3CA. Grayscale: #222222. Windows color (decimal): -12121035 or 3476551. OLE color: 3476551.

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

Color convert

RGB 71 12 53 -
CMYK 0 0.83 0.25 0.72
HSL 318.31º 0.71% 0.16% -
HSV(B) 318.31º 0.83% 0.28% -
XYZ 3.37 1.86 3.55 -
YUV 34.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 71 12 53 0 0.83 0.25 0.72 318.31 0.71 0.16
Hex 47 C 35 0 53 19 48 13E 47 10
Octal 107 14 65 0 123 31 110 476 107 20
Binary 1000111 1100 110101 0 1010011 11001 1001000 100111110 1000111 10000

Color Harmonies of #470C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C35

Black with #470C35

Text Example


Text Example

White with #470C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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