Html Css Color HEX #471228 Blackberry

📋 copy color: '#471228'

red 71 ◦ green 18 ◦ blue 40

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

Shades of Blackberry #471228

Tints of Blackberry #471228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 55.04%
G = 13.95%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#471228 (or 0x471228) is known color: Blackberry. HEX triplet: 47, 12 and 28. RGB value is (71,18,40). Sum of RGB (Red+Green+Blue) = 71+18+40=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471228 is #B8EDD7. Grayscale: #242424. Windows color (decimal): -12119512 or 2626119. OLE color: 2626119.

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

Color convert

RGB 71 18 40 -
CMYK 0 0.75 0.44 0.72
HSL 335.09º 0.6% 0.17% -
HSV(B) 335.09º 0.75% 0.28% -
XYZ 3.2 1.93 2.21 -
YUV 36.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 71 18 40 0 0.75 0.44 0.72 335.09 0.6 0.17
Hex 47 12 28 0 4B 2C 48 14F 3C 11
Octal 107 22 50 0 113 54 110 517 74 21
Binary 1000111 10010 101000 0 1001011 101100 1001000 101001111 111100 10001

Color Harmonies of #471228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471228

Black with #471228

Text Example


Text Example

White with #471228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471228; }

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

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

background-color css

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

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

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

border-color css

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

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

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