Html Css Color HEX #471333 Blackberry

📋 copy color: '#471333'

red 71 ◦ green 19 ◦ blue 51

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

Shades of Blackberry #471333

Tints of Blackberry #471333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

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

R = 50.35%
G = 13.48%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#471333 (or 0x471333) is known color: Blackberry. HEX triplet: 47, 13 and 33. RGB value is (71,19,51). Sum of RGB (Red+Green+Blue) = 71+19+51=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471333 is #B8ECCC. Grayscale: #262626. Windows color (decimal): -12119245 or 3347271. OLE color: 3347271.

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

Color convert

RGB 71 19 51 -
CMYK 0 0.73 0.28 0.72
HSL 323.08º 0.58% 0.18% -
HSV(B) 323.08º 0.73% 0.28% -
XYZ 3.43 2.04 3.35 -
YUV 38.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 71 19 51 0 0.73 0.28 0.72 323.08 0.58 0.18
Hex 47 13 33 0 49 1C 48 143 3A 12
Octal 107 23 63 0 111 34 110 503 72 22
Binary 1000111 10011 110011 0 1001001 11100 1001000 101000011 111010 10010

Color Harmonies of #471333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471333

Black with #471333

Text Example


Text Example

White with #471333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471333; }

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

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

background-color css

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

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

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

border-color css

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

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

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