Html Css Color HEX #471227 Blackberry

📋 copy color: '#471227'

red 71 ◦ green 18 ◦ blue 39

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

Shades of Blackberry #471227

Tints of Blackberry #471227

RGB

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

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

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

R = 55.47%
G = 14.06%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#471227 (or 0x471227) is known color: Blackberry. HEX triplet: 47, 12 and 27. RGB value is (71,18,39). Sum of RGB (Red+Green+Blue) = 71+18+39=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471227 is #B8EDD8. Grayscale: #242424. Windows color (decimal): -12119513 or 2560583. OLE color: 2560583.

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

Color convert

RGB 71 18 39 -
CMYK 0 0.75 0.45 0.72
HSL 336.23º 0.6% 0.17% -
HSV(B) 336.23º 0.75% 0.28% -
XYZ 3.18 1.92 2.12 -
YUV 36.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 71 18 39 0 0.75 0.45 0.72 336.23 0.6 0.17
Hex 47 12 27 0 4B 2D 48 150 3C 11
Octal 107 22 47 0 113 55 110 520 74 21
Binary 1000111 10010 100111 0 1001011 101101 1001000 101010000 111100 10001

Color Harmonies of #471227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471227

Black with #471227

Text Example


Text Example

White with #471227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471227; }

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

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

background-color css

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

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

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

border-color css

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

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

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