#39001C

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

Shades of Blackberry #39001C

Tints of Blackberry #39001C

Color information

#39001C (or 0x39001C) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 1C. RGB value is (57,0,28). Sum of RGB (Red+Green+Blue) = 57+0+28=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #39001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39001C is #C6FFE3. Grayscale: #141414. Windows color (decimal): -13041636 or 1835065. OLE color: 1835065.

HSL color Cylindrical-coordinate representation of color #39001C: hue angle of 330.53º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39001C is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB57028-
CMYK010.510.78
HSL330.53º100%11.18%-
HSV(B)330.53º100%22.35%-
XYZ1.90.951.18-
YUV20.24132.38154.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=67.06%
G=0%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57028010.510.78330.5310011.18
Hex3901C064334E14b64b
Octal7103401446311651314413
Binary11100101110001100100110011100111010100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,0,28); }

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

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

 a { background-color: rgb(57,0,28); }

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

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

 span { border-color: rgb(57,0,28); }

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