#39092A

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

Shades of Blackberry #39092A

Tints of Blackberry #39092A

Color information

#39092A (or 0x39092A) is unknown color: approx Blackberry. HEX triplet: 39, 09 and 2A. RGB value is (57,9,42). Sum of RGB (Red+Green+Blue) = 57+9+42=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #39092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39092A is #C6F6D5. Grayscale: #1B1B1B. Windows color (decimal): -13039318 or 2754873. OLE color: 2754873.

HSL color Cylindrical-coordinate representation of color #39092A: hue angle of 318.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39092A is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB57942-
CMYK00.840.260.78
HSL318.75º72.73%12.94%-
HSV(B)318.75º84.21%22.35%-
XYZ2.21.232.31-
YUV27.11136.4149.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 42 (16.80% from 255) = 38.89%
R=52.78%
G=8.33%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5794200.840.260.78318.7572.7312.94
Hex3992A0541A4E13f49d
Octal71115201243211647711115
Binary11100110011010100101010011010100111010011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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