Html Css Color HEX #471334 Blackberry

📋 copy color: '#471334'

red 71 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #471334

Tints of Blackberry #471334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.62%

R = 50%
G = 13.38%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#471334 (or 0x471334) is known color: Blackberry. HEX triplet: 47, 13 and 34. RGB value is (71,19,52). Sum of RGB (Red+Green+Blue) = 71+19+52=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471334 is #B8ECCB. Grayscale: #262626. Windows color (decimal): -12119244 or 3412807. OLE color: 3412807.

HSL color Cylindrical-coordinate representation of color #471334: hue angle of 321.92º 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 #471334 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 52 -
CMYK 0 0.73 0.27 0.72
HSL 321.92º 0.58% 0.18% -
HSV(B) 321.92º 0.73% 0.28% -
XYZ 3.45 2.05 3.46 -
YUV 38.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 71 19 52 0 0.73 0.27 0.72 321.92 0.58 0.18
Hex 47 13 34 0 49 1B 48 142 3A 12
Octal 107 23 64 0 111 33 110 502 72 22
Binary 1000111 10011 110100 0 1001001 11011 1001000 101000010 111010 10010

Color Harmonies of #471334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471334

Black with #471334

Text Example


Text Example

White with #471334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471334; }

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

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

background-color css

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

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

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

border-color css

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

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

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