Html Css Color HEX #471D33 Blackberry

📋 copy color: '#471D33'

red 71 ◦ green 29 ◦ blue 51

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

Shades of Blackberry #471D33

Tints of Blackberry #471D33

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.21%

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

R = 47.02%
G = 19.21%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#471D33 (or 0x471D33) is known color: Blackberry. HEX triplet: 47, 1D and 33. RGB value is (71,29,51). Sum of RGB (Red+Green+Blue) = 71+29+51=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #471D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D33 is #B8E2CC. Grayscale: #2C2C2C. Windows color (decimal): -12116685 or 3349831. OLE color: 3349831.

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

Color convert

RGB 71 29 51 -
CMYK 0 0.59 0.28 0.72
HSL 328.57º 0.42% 0.2% -
HSV(B) 328.57º 0.59% 0.28% -
XYZ 3.64 2.46 3.41 -
YUV 44.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 71 29 51 0 0.59 0.28 0.72 328.57 0.42 0.2
Hex 47 1D 33 0 3B 1C 48 149 2A 14
Octal 107 35 63 0 73 34 110 511 52 24
Binary 1000111 11101 110011 0 111011 11100 1001000 101001001 101010 10100

Color Harmonies of #471D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D33

Black with #471D33

Text Example


Text Example

White with #471D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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