#39002A

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

Shades of Blackberry #39002A

Tints of Blackberry #39002A

Color information

#39002A (or 0x39002A) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 2A. RGB value is (57,0,42). Sum of RGB (Red+Green+Blue) = 57+0+42=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #39002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39002A is #C6FFD5. Grayscale: #151515. Windows color (decimal): -13041622 or 2752569. OLE color: 2752569.

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

Color convert

RGB57042-
CMYK010.260.78
HSL315.79º100%11.18%-
HSV(B)315.79º100%22.35%-
XYZ2.111.042.28-
YUV21.83139.38153.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=57.58%
G=0%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57042010.260.78315.7910011.18
Hex3902A0641A4E13c64b
Octal7105201443211647414413
Binary11100101010100110010011010100111010011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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