#380120

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

Shades of Blackberry #380120

Tints of Blackberry #380120

Color information

#380120 (or 0x380120) is unknown color: approx Blackberry. HEX triplet: 38, 01 and 20. RGB value is (56,1,32). Sum of RGB (Red+Green+Blue) = 56+1+32=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #380120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380120 is #C7FEDF. Grayscale: #141414. Windows color (decimal): -13106912 or 2097464. OLE color: 2097464.

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

Color convert

RGB56132-
CMYK00.980.430.78
HSL326.18º96.49%11.18%-
HSV(B)326.18º98.21%21.96%-
XYZ1.90.971.45-
YUV20.98134.22152.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=62.92%
G=1.12%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5613200.980.430.78326.1896.4911.18
Hex381200622B4E14660b
Octal7014001425311650614013
Binary111000110000001100010101011100111010100011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380120; }

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

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

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

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

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

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

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

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