#380119

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

Shades of Blackberry #380119

Tints of Blackberry #380119

Color information

#380119 (or 0x380119) is unknown color: approx Blackberry. HEX triplet: 38, 01 and 19. RGB value is (56,1,25). Sum of RGB (Red+Green+Blue) = 56+1+25=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380119 is #C7FEE6. Grayscale: #141414. Windows color (decimal): -13106919 or 1638712. OLE color: 1638712.

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

Color convert

RGB56125-
CMYK00.980.550.78
HSL333.82º96.49%11.18%-
HSV(B)333.82º98.21%21.96%-
XYZ1.820.931-
YUV20.18130.72153.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 68.29%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=68.29%
G=1.22%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5612500.980.550.78333.8296.4911.18
Hex38119062374E14e60b
Octal7013101426711651614013
Binary11100011100101100010110111100111010100111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380119; }

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

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

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

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

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

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

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

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