Html Css Color HEX #471533 Blackberry

📋 copy color: '#471533'

red 71 ◦ green 21 ◦ blue 51

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

Shades of Blackberry #471533

Tints of Blackberry #471533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

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

R = 49.65%
G = 14.69%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#471533 (or 0x471533) is known color: Blackberry. HEX triplet: 47, 15 and 33. RGB value is (71,21,51). Sum of RGB (Red+Green+Blue) = 71+21+51=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471533 is #B8EACC. Grayscale: #272727. Windows color (decimal): -12118733 or 3347783. OLE color: 3347783.

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

Color convert

RGB 71 21 51 -
CMYK 0 0.70 0.28 0.72
HSL 324º 0.54% 0.18% -
HSV(B) 324º 0.7% 0.28% -
XYZ 3.46 2.11 3.36 -
YUV 39.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 71 21 51 0 0.70 0.28 0.72 324 0.54 0.18
Hex 47 15 33 0 46 1C 48 144 36 12
Octal 107 25 63 0 106 34 110 504 66 22
Binary 1000111 10101 110011 0 1000110 11100 1001000 101000100 110110 10010

Color Harmonies of #471533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471533

Black with #471533

Text Example


Text Example

White with #471533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471533; }

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

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

background-color css

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

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

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

border-color css

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

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

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