#380224

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

Shades of Blackberry #380224

Tints of Blackberry #380224

Color information

#380224 (or 0x380224) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 24. RGB value is (56,2,36). Sum of RGB (Red+Green+Blue) = 56+2+36=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #380224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380224 is #C7FDDB. Grayscale: #151515. Windows color (decimal): -13106652 or 2359864. OLE color: 2359864.

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

Color convert

RGB56236-
CMYK00.960.360.78
HSL322.22º93.1%11.37%-
HSV(B)322.22º96.43%21.96%-
XYZ1.971.011.76-
YUV22.02135.89152.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 36 (14.45% from 255) = 38.30%
R=59.57%
G=2.13%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623600.960.360.78322.2293.111.37
Hex38224060244E1425db
Octal7024401404411650213513
Binary1110001010010001100000100100100111010100001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380224; }

 p { color: rgb(56,2,36); }

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

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

 a { background-color: rgb(56,2,36); }

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

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

 span { border-color: rgb(56,2,36); }

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