#47183A

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

Shades of Blackberry #47183A

Tints of Blackberry #47183A

Color information

#47183A (or 0x47183A) is unknown color: approx Blackberry. HEX triplet: 47, 18 and 3A. RGB value is (71,24,58). Sum of RGB (Red+Green+Blue) = 71+24+58=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47183A is #B8E7C5. Grayscale: #292929. Windows color (decimal): -12117958 or 3807303. OLE color: 3807303.

HSL color Cylindrical-coordinate representation of color #47183A: hue angle of 316.6º 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 #47183A is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB712458-
CMYK00.660.180.72
HSL316.6º49.47%18.63%-
HSV(B)316.6º66.2%27.84%-
XYZ3.692.34.25-
YUV41.93137.07148.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=46.41%
G=15.69%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71245800.660.180.72316.649.4718.63
Hex47183A042124813d3113
Octal10730720102221104756123
Binary1000111110001110100100001010010100100010011110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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