Html Css Color HEX #471239 Blackberry

📋 copy color: '#471239'

red 71 ◦ green 18 ◦ blue 57

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

Shades of Blackberry #471239

Tints of Blackberry #471239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 57 (22.66% from 255) = 39.04%

R = 48.63%
G = 12.33%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#471239 (or 0x471239) is known color: Blackberry. HEX triplet: 47, 12 and 39. RGB value is (71,18,57). Sum of RGB (Red+Green+Blue) = 71+18+57=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #471239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471239 is #B8EDC6. Grayscale: #262626. Windows color (decimal): -12119495 or 3740231. OLE color: 3740231.

HSL color Cylindrical-coordinate representation of color #471239: hue angle of 315.85º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471239 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 18 57 -
CMYK 0 0.75 0.20 0.72
HSL 315.85º 0.6% 0.17% -
HSV(B) 315.85º 0.75% 0.28% -
XYZ 3.55 2.07 4.08 -
YUV 38.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 71 18 57 0 0.75 0.20 0.72 315.85 0.6 0.17
Hex 47 12 39 0 4B 14 48 13C 3C 11
Octal 107 22 71 0 113 24 110 474 74 21
Binary 1000111 10010 111001 0 1001011 10100 1001000 100111100 111100 10001

Color Harmonies of #471239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471239

Black with #471239

Text Example


Text Example

White with #471239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471239; }

 p { color: rgb(71,18,57); }

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

background-color css

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

 a { background-color: rgb(71,18,57); }

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

border-color css

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

 span { border-color: rgb(71,18,57); }

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