#390223

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

Shades of Blackberry #390223

Tints of Blackberry #390223

Color information

#390223 (or 0x390223) is unknown color: approx Blackberry. HEX triplet: 39, 02 and 23. RGB value is (57,2,35). Sum of RGB (Red+Green+Blue) = 57+2+35=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390223 is #C6FDDC. Grayscale: #161616. Windows color (decimal): -13041117 or 2294329. OLE color: 2294329.

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

Color convert

RGB57235-
CMYK00.960.390.78
HSL324º93.22%11.57%-
HSV(B)324º96.49%22.35%-
XYZ2.011.031.68-
YUV22.21135.22152.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 35 (14.06% from 255) = 37.23%
R=60.64%
G=2.13%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5723500.960.390.7832493.2211.57
Hex39223060274E1445dc
Octal7124301404711650413514
Binary1110011010001101100000100111100111010100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390223; }

 p { color: rgb(57,2,35); }

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

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

 a { background-color: rgb(57,2,35); }

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

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

 span { border-color: rgb(57,2,35); }

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