#380320

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

Shades of Blackberry #380320

Tints of Blackberry #380320

Color information

#380320 (or 0x380320) is unknown color: approx Blackberry. HEX triplet: 38, 03 and 20. RGB value is (56,3,32). Sum of RGB (Red+Green+Blue) = 56+3+32=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380320 is #C7FCDF. Grayscale: #161616. Windows color (decimal): -13106400 or 2097976. OLE color: 2097976.

HSL color Cylindrical-coordinate representation of color #380320: hue angle of 327.17º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380320 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB56332-
CMYK00.950.430.78
HSL327.17º89.83%11.57%-
HSV(B)327.17º94.64%21.96%-
XYZ1.921.011.46-
YUV22.15133.56152.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=61.54%
G=3.30%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5633200.950.430.78327.1789.8311.57
Hex3832005F2B4E1475ac
Octal7034001375311650713214
Binary1110001110000001011111101011100111010100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380320; }

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

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

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

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

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

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

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

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