#39142A

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

Shades of Blackberry #39142A

Tints of Blackberry #39142A

Color information

#39142A (or 0x39142A) is unknown color: approx Blackberry. HEX triplet: 39, 14 and 2A. RGB value is (57,20,42). Sum of RGB (Red+Green+Blue) = 57+20+42=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #39142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39142A is #C6EBD5. Grayscale: #212121. Windows color (decimal): -13036502 or 2757689. OLE color: 2757689.

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

Color convert

RGB572042-
CMYK00.650.260.78
HSL324.32º48.05%15.1%-
HSV(B)324.32º64.91%22.35%-
XYZ2.361.542.36-
YUV33.57132.76144.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.90%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=47.90%
G=16.81%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57204200.650.260.78324.3248.0515.1
Hex39142A0411A4E14430f
Octal7124520101321165046017
Binary11100110100101010010000011101010011101010001001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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