Html Css Color HEX #471327 Blackberry

📋 copy color: '#471327'

red 71 ◦ green 19 ◦ blue 39

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

Shades of Blackberry #471327

Tints of Blackberry #471327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.23%

R = 55.04%
G = 14.73%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#471327 (or 0x471327) is known color: Blackberry. HEX triplet: 47, 13 and 27. RGB value is (71,19,39). Sum of RGB (Red+Green+Blue) = 71+19+39=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471327 is #B8ECD8. Grayscale: #242424. Windows color (decimal): -12119257 or 2560839. OLE color: 2560839.

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

Color convert

RGB 71 19 39 -
CMYK 0 0.73 0.45 0.72
HSL 336.92º 0.58% 0.18% -
HSV(B) 336.92º 0.73% 0.28% -
XYZ 3.2 1.95 2.13 -
YUV 36.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 71 19 39 0 0.73 0.45 0.72 336.92 0.58 0.18
Hex 47 13 27 0 49 2D 48 151 3A 12
Octal 107 23 47 0 111 55 110 521 72 22
Binary 1000111 10011 100111 0 1001001 101101 1001000 101010001 111010 10010

Color Harmonies of #471327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471327

Black with #471327

Text Example


Text Example

White with #471327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471327; }

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

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

background-color css

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

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

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

border-color css

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

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

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