#39002C

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

Shades of Blackberry #39002C

Tints of Blackberry #39002C

Color information

#39002C (or 0x39002C) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 2C. RGB value is (57,0,44). Sum of RGB (Red+Green+Blue) = 57+0+44=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #39002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39002C is #C6FFD3. Grayscale: #151515. Windows color (decimal): -13041620 or 2883641. OLE color: 2883641.

HSL color Cylindrical-coordinate representation of color #39002C: hue angle of 313.68º 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 #39002C is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB57044-
CMYK010.230.78
HSL313.68º100%11.18%-
HSV(B)313.68º100%22.35%-
XYZ2.141.052.47-
YUV22.06140.38152.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=56.44%
G=0%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57044010.230.78313.6810011.18
Hex3902C064174E13a64b
Octal7105401442711647214413
Binary11100101011000110010010111100111010011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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