Html Css Color HEX #470229 Blackberry

📋 copy color: '#470229'

red 71 ◦ green 2 ◦ blue 41

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

Shades of Blackberry #470229

Tints of Blackberry #470229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.96%

R = 62.28%
G = 1.75%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#470229 (or 0x470229) is known color: Blackberry. HEX triplet: 47, 02 and 29. RGB value is (71,2,41). Sum of RGB (Red+Green+Blue) = 71+2+41=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470229 is #B8FDD6. Grayscale: #1A1A1A. Windows color (decimal): -12123607 or 2687559. OLE color: 2687559.

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

Color convert

RGB 71 2 41 -
CMYK 0 0.97 0.42 0.72
HSL 326.09º 0.95% 0.14% -
HSV(B) 326.09º 0.97% 0.28% -
XYZ 3.02 1.54 2.24 -
YUV 27.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 71 2 41 0 0.97 0.42 0.72 326.09 0.95 0.14
Hex 47 2 29 0 61 2A 48 146 5F E
Octal 107 2 51 0 141 52 110 506 137 16
Binary 1000111 10 101001 0 1100001 101010 1001000 101000110 1011111 1110

Color Harmonies of #470229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470229

Black with #470229

Text Example


Text Example

White with #470229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470229; }

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

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

background-color css

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

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

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

border-color css

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

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

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