Html Css Color HEX #470122 Blackberry

📋 copy color: '#470122'

red 71 ◦ green 1 ◦ blue 34

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

Shades of Blackberry #470122

Tints of Blackberry #470122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

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

R = 66.98%
G = 0.94%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#470122 (or 0x470122) is known color: Blackberry. HEX triplet: 47, 01 and 22. RGB value is (71,1,34). Sum of RGB (Red+Green+Blue) = 71+1+34=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #470122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470122 is #B8FEDD. Grayscale: #191919. Windows color (decimal): -12123870 or 2228551. OLE color: 2228551.

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

Color convert

RGB 71 1 34 -
CMYK 0 0.99 0.52 0.72
HSL 331.71º 0.97% 0.14% -
HSV(B) 331.71º 0.99% 0.28% -
XYZ 2.9 1.48 1.65 -
YUV 25.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 71 1 34 0 0.99 0.52 0.72 331.71 0.97 0.14
Hex 47 1 22 0 63 34 48 14C 61 E
Octal 107 1 42 0 143 64 110 514 141 16
Binary 1000111 1 100010 0 1100011 110100 1001000 101001100 1100001 1110

Color Harmonies of #470122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470122

Black with #470122

Text Example


Text Example

White with #470122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470122; }

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

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

background-color css

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

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

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

border-color css

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

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

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