#39041B

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

Shades of Blackberry #39041B

Tints of Blackberry #39041B

Color information

#39041B (or 0x39041B) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 1B. RGB value is (57,4,27). Sum of RGB (Red+Green+Blue) = 57+4+27=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #39041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39041B is #C6FBE4. Grayscale: #161616. Windows color (decimal): -13040613 or 1770553. OLE color: 1770553.

HSL color Cylindrical-coordinate representation of color #39041B: hue angle of 333.96º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39041B is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB57427-
CMYK00.930.530.78
HSL333.96º86.89%11.96%-
HSV(B)333.96º92.98%22.35%-
XYZ1.931.041.14-
YUV22.47130.56152.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=64.77%
G=4.55%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5742700.930.530.78333.9686.8911.96
Hex3941B05D354E14e57c
Octal7143301356511651612714
Binary1110011001101101011101110101100111010100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39041B; }

 p { color: rgb(57,4,27); }

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

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

 a { background-color: rgb(57,4,27); }

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

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

 span { border-color: rgb(57,4,27); }

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