#390422

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

Shades of Blackberry #390422

Tints of Blackberry #390422

Color information

#390422 (or 0x390422) is unknown color: approx Blackberry. HEX triplet: 39, 04 and 22. RGB value is (57,4,34). Sum of RGB (Red+Green+Blue) = 57+4+34=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #390422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390422 is #C6FBDD. Grayscale: #171717. Windows color (decimal): -13040606 or 2229305. OLE color: 2229305.

HSL color Cylindrical-coordinate representation of color #390422: hue angle of 326.04º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390422 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB57434-
CMYK00.930.400.78
HSL326.04º86.89%11.96%-
HSV(B)326.04º92.98%22.35%-
XYZ2.021.071.61-
YUV23.27134.06152.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 34 (13.67% from 255) = 35.79%
R=60%
G=4.21%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5743400.930.400.78326.0486.8911.96
Hex3942205D284E14657c
Octal7144201355011650612714
Binary11100110010001001011101101000100111010100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390422; }

 p { color: rgb(57,4,34); }

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

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

 a { background-color: rgb(57,4,34); }

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

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

 span { border-color: rgb(57,4,34); }

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