Html Css Color HEX #470224 Blackberry

📋 copy color: '#470224'

red 71 ◦ green 2 ◦ blue 36

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

Shades of Blackberry #470224

Tints of Blackberry #470224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

 BLUE value IS 36 (14.45% from 255) = 33.03%

R = 65.14%
G = 1.83%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#470224 (or 0x470224) is known color: Blackberry. HEX triplet: 47, 02 and 24. RGB value is (71,2,36). Sum of RGB (Red+Green+Blue) = 71+2+36=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #470224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470224 is #B8FDDB. Grayscale: #1A1A1A. Windows color (decimal): -12123612 or 2359879. OLE color: 2359879.

HSL color Cylindrical-coordinate representation of color #470224: hue angle of 330.43º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470224 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 36 -
CMYK 0 0.97 0.49 0.72
HSL 330.43º 0.95% 0.14% -
HSV(B) 330.43º 0.97% 0.28% -
XYZ 2.94 1.51 1.81 -
YUV 26.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 71 2 36 0 0.97 0.49 0.72 330.43 0.95 0.14
Hex 47 2 24 0 61 31 48 14A 5F E
Octal 107 2 44 0 141 61 110 512 137 16
Binary 1000111 10 100100 0 1100001 110001 1001000 101001010 1011111 1110

Color Harmonies of #470224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470224

Black with #470224

Text Example


Text Example

White with #470224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470224; }

 p { color: rgb(71,2,36); }

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

background-color css

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

 a { background-color: rgb(71,2,36); }

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

border-color css

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

 span { border-color: rgb(71,2,36); }

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