#39062B

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

Shades of Blackberry #39062B

Tints of Blackberry #39062B

Color information

#39062B (or 0x39062B) is unknown color: approx Blackberry. HEX triplet: 39, 06 and 2B. RGB value is (57,6,43). Sum of RGB (Red+Green+Blue) = 57+6+43=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #39062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39062B is #C6F9D4. Grayscale: #191919. Windows color (decimal): -13040085 or 2819641. OLE color: 2819641.

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

Color convert

RGB57643-
CMYK00.890.250.78
HSL316.47º80.95%12.35%-
HSV(B)316.47º89.47%22.35%-
XYZ2.191.172.4-
YUV25.47137.9150.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=53.77%
G=5.66%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5764300.890.250.78316.4780.9512.35
Hex3962B059194E13c51c
Octal7165301313111647412114
Binary1110011101010110101100111001100111010011110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,6,43); }

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

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

 a { background-color: rgb(57,6,43); }

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

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

 span { border-color: rgb(57,6,43); }

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