Html Css Color HEX #470222 Blackberry

📋 copy color: '#470222'

red 71 ◦ green 2 ◦ blue 34

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

Shades of Blackberry #470222

Tints of Blackberry #470222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 31.78%

R = 66.36%
G = 1.87%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#470222 (or 0x470222) is known color: Blackberry. HEX triplet: 47, 02 and 22. RGB value is (71,2,34). Sum of RGB (Red+Green+Blue) = 71+2+34=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #470222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470222 is #B8FDDD. Grayscale: #1A1A1A. Windows color (decimal): -12123614 or 2228807. OLE color: 2228807.

HSL color Cylindrical-coordinate representation of color #470222: hue angle of 332.17º 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 #470222 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 34 -
CMYK 0 0.97 0.52 0.72
HSL 332.17º 0.95% 0.14% -
HSV(B) 332.17º 0.97% 0.28% -
XYZ 2.91 1.5 1.65 -
YUV 26.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 71 2 34 0 0.97 0.52 0.72 332.17 0.95 0.14
Hex 47 2 22 0 61 34 48 14C 5F E
Octal 107 2 42 0 141 64 110 514 137 16
Binary 1000111 10 100010 0 1100001 110100 1001000 101001100 1011111 1110

Color Harmonies of #470222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470222

Black with #470222

Text Example


Text Example

White with #470222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470222; }

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

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

background-color css

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

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

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

border-color css

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

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

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