Html Css Color HEX #470022 Blackberry

📋 copy color: '#470022'

red 71 ◦ green 0 ◦ blue 34

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

Shades of Blackberry #470022

Tints of Blackberry #470022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.62%
G = 0%
B = 32.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#470022 (or 0x470022) is known color: Blackberry. HEX triplet: 47, 00 and 22. RGB value is (71,0,34). Sum of RGB (Red+Green+Blue) = 71+0+34=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #470022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470022 is #B8FFDD. Grayscale: #191919. Windows color (decimal): -12124126 or 2228295. OLE color: 2228295.

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

Color convert

RGB 71 0 34 -
CMYK 0 1 0.52 0.72
HSL 331.27º 1% 0.14% -
HSV(B) 331.27º 1% 0.28% -
XYZ 2.89 1.46 1.64 -
YUV 25.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 71 0 34 0 1 0.52 0.72 331.27 1 0.14
Hex 47 0 22 0 64 34 48 14B 64 E
Octal 107 0 42 0 144 64 110 513 144 16
Binary 1000111 0 100010 0 1100100 110100 1001000 101001011 1100100 1110

Color Harmonies of #470022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470022

Black with #470022

Text Example


Text Example

White with #470022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470022; }

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

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

background-color css

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

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

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

border-color css

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

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

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