#380218

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

Shades of Blackberry #380218

Tints of Blackberry #380218

Color information

#380218 (or 0x380218) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 18. RGB value is (56,2,24). Sum of RGB (Red+Green+Blue) = 56+2+24=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380218 is #C7FDE7. Grayscale: #141414. Windows color (decimal): -13106664 or 1573432. OLE color: 1573432.

HSL color Cylindrical-coordinate representation of color #380218: hue angle of 335.56º 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 #380218 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB56224-
CMYK00.960.570.78
HSL335.56º93.1%11.37%-
HSV(B)335.56º96.43%21.96%-
XYZ1.820.950.95-
YUV20.65129.89153.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=68.29%
G=2.44%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622400.960.570.78335.5693.111.37
Hex38218060394E1505db
Octal7023001407111652013513
Binary111000101100001100000111001100111010101000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380218; }

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

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

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

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

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

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

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

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