Html Css Color HEX #471433 Blackberry

📋 copy color: '#471433'

red 71 ◦ green 20 ◦ blue 51

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

Shades of Blackberry #471433

Tints of Blackberry #471433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

 BLUE value IS 51 (20.31% from 255) = 35.92%

R = 50%
G = 14.08%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#471433 (or 0x471433) is known color: Blackberry. HEX triplet: 47, 14 and 33. RGB value is (71,20,51). Sum of RGB (Red+Green+Blue) = 71+20+51=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471433 is #B8EBCC. Grayscale: #262626. Windows color (decimal): -12118989 or 3347527. OLE color: 3347527.

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

Color convert

RGB 71 20 51 -
CMYK 0 0.72 0.28 0.72
HSL 323.53º 0.56% 0.18% -
HSV(B) 323.53º 0.72% 0.28% -
XYZ 3.45 2.08 3.35 -
YUV 38.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 71 20 51 0 0.72 0.28 0.72 323.53 0.56 0.18
Hex 47 14 33 0 48 1C 48 144 38 12
Octal 107 24 63 0 110 34 110 504 70 22
Binary 1000111 10100 110011 0 1001000 11100 1001000 101000100 111000 10010

Color Harmonies of #471433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471433

Black with #471433

Text Example


Text Example

White with #471433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471433; }

 p { color: rgb(71,20,51); }

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

background-color css

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

 a { background-color: rgb(71,20,51); }

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

border-color css

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

 span { border-color: rgb(71,20,51); }

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