#39001D

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

Shades of Blackberry #39001D

Tints of Blackberry #39001D

Color information

#39001D (or 0x39001D) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 1D. RGB value is (57,0,29). Sum of RGB (Red+Green+Blue) = 57+0+29=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #39001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39001D is #C6FFE2. Grayscale: #141414. Windows color (decimal): -13041635 or 1900601. OLE color: 1900601.

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

Color convert

RGB57029-
CMYK010.490.78
HSL329.47º100%11.18%-
HSV(B)329.47º100%22.35%-
XYZ1.910.961.25-
YUV20.35132.88154.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 33.72%
R=66.28%
G=0%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57029010.490.78329.4710011.18
Hex3901D064314E14964b
Octal7103501446111651114413
Binary11100101110101100100110001100111010100100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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