#47183C

Color #47183C Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #47183C

Tints of Blackberry #47183C

Color information

#47183C (or 0x47183C) is unknown color: approx Blackberry. HEX triplet: 47, 18 and 3C. RGB value is (71,24,60). Sum of RGB (Red+Green+Blue) = 71+24+60=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47183C is #B8E7C3. Grayscale: #2A2A2A. Windows color (decimal): -12117956 or 3938375. OLE color: 3938375.

HSL color Cylindrical-coordinate representation of color #47183C: hue angle of 314.04º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47183C is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB712460-
CMYK00.660.150.72
HSL314.04º49.47%18.63%-
HSV(B)314.04º66.2%27.84%-
XYZ3.742.324.53-
YUV42.16138.07148.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=45.81%
G=15.48%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71246000.660.150.72314.0449.4718.63
Hex47183C042F4813a3113
Octal10730740102171104726123
Binary100011111000111100010000101111100100010011101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47183C; }

 p { color: rgb(71,24,60); }

 H1.HeaderClassName
 {
   color: #47183C;
 }
 .AnyTagClassName
 {
   color: #47183C;
 }
</style>
background-color css

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

 a { background-color: rgb(71,24,60); }

 div.DivClassName
 {
   background-color: #47183C;
 }
 .BgClassName
 {
   background-color: #47183C;
 }
</style>
border-color css

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

 span { border-color: rgb(71,24,60); }

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