#380219

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

Shades of Blackberry #380219

Tints of Blackberry #380219

Color information

#380219 (or 0x380219) is unknown color: approx Blackberry. HEX triplet: 38, 02 and 19. RGB value is (56,2,25). Sum of RGB (Red+Green+Blue) = 56+2+25=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380219 is #C7FDE6. Grayscale: #141414. Windows color (decimal): -13106663 or 1638968. OLE color: 1638968.

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

Color convert

RGB56225-
CMYK00.960.550.78
HSL334.44º93.1%11.37%-
HSV(B)334.44º96.43%21.96%-
XYZ1.830.951.01-
YUV20.77130.39153.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 67.47%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 25 (10.16% from 255) = 30.12%
R=67.47%
G=2.41%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622500.960.550.78334.4493.111.37
Hex38219060374E14e5db
Octal7023101406711651613513
Binary111000101100101100000110111100111010100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380219; }

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

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

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

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

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

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

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

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