#39001A

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

Shades of Blackberry #39001A

Tints of Blackberry #39001A

Color information

#39001A (or 0x39001A) is unknown color: approx Blackberry. HEX triplet: 39, 00 and 1A. RGB value is (57,0,26). Sum of RGB (Red+Green+Blue) = 57+0+26=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #39001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39001A is #C6FFE5. Grayscale: #131313. Windows color (decimal): -13041638 or 1703993. OLE color: 1703993.

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

Color convert

RGB57026-
CMYK010.540.78
HSL332.63º100%11.18%-
HSV(B)332.63º100%22.35%-
XYZ1.870.941.06-
YUV20.01131.38154.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 68.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 31.33%
R=68.67%
G=0%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57026010.540.78332.6310011.18
Hex3901A064364E14d64b
Octal7103201446611651514413
Binary11100101101001100100110110100111010100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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