Html Css Color HEX #471337 Blackberry

📋 copy color: '#471337'

red 71 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #471337

Tints of Blackberry #471337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 48.97%
G = 13.1%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.72

RGB Variations

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

Color information

#471337 (or 0x471337) is known color: Blackberry. HEX triplet: 47, 13 and 37. RGB value is (71,19,55). Sum of RGB (Red+Green+Blue) = 71+19+55=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471337 is #B8ECC8. Grayscale: #262626. Windows color (decimal): -12119241 or 3609415. OLE color: 3609415.

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

Color convert

RGB 71 19 55 -
CMYK 0 0.73 0.23 0.72
HSL 318.46º 0.58% 0.18% -
HSV(B) 318.46º 0.73% 0.28% -
XYZ 3.52 2.08 3.83 -
YUV 38.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 71 19 55 0 0.73 0.23 0.72 318.46 0.58 0.18
Hex 47 13 37 0 49 17 48 13E 3A 12
Octal 107 23 67 0 111 27 110 476 72 22
Binary 1000111 10011 110111 0 1001001 10111 1001000 100111110 111010 10010

Color Harmonies of #471337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471337

Black with #471337

Text Example


Text Example

White with #471337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471337; }

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

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

background-color css

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

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

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

border-color css

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

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

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