Html Css Color HEX #470522 Blackberry

📋 copy color: '#470522'

red 71 ◦ green 5 ◦ blue 34

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

Shades of Blackberry #470522

Tints of Blackberry #470522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.55%

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

R = 64.55%
G = 4.55%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#470522 (or 0x470522) is known color: Blackberry. HEX triplet: 47, 05 and 22. RGB value is (71,5,34). Sum of RGB (Red+Green+Blue) = 71+5+34=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #470522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470522 is #B8FADD. Grayscale: #1B1B1B. Windows color (decimal): -12122846 or 2229575. OLE color: 2229575.

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

Color convert

RGB 71 5 34 -
CMYK 0 0.93 0.52 0.72
HSL 333.64º 0.87% 0.15% -
HSV(B) 333.64º 0.93% 0.28% -
XYZ 2.94 1.56 1.66 -
YUV 28.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 71 5 34 0 0.93 0.52 0.72 333.64 0.87 0.15
Hex 47 5 22 0 5D 34 48 14E 57 F
Octal 107 5 42 0 135 64 110 516 127 17
Binary 1000111 101 100010 0 1011101 110100 1001000 101001110 1010111 1111

Color Harmonies of #470522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470522

Black with #470522

Text Example


Text Example

White with #470522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470522; }

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

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

background-color css

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

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

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

border-color css

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

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

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