#380322

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

Shades of Blackberry #380322

Tints of Blackberry #380322

Color information

#380322 (or 0x380322) is unknown color: approx Blackberry. HEX triplet: 38, 03 and 22. RGB value is (56,3,34). Sum of RGB (Red+Green+Blue) = 56+3+34=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380322 is #C7FCDD. Grayscale: #161616. Windows color (decimal): -13106398 or 2229048. OLE color: 2229048.

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

Color convert

RGB56334-
CMYK00.950.390.78
HSL324.91º89.83%11.57%-
HSV(B)324.91º94.64%21.96%-
XYZ1.951.021.61-
YUV22.38134.56151.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 34 (13.67% from 255) = 36.56%
R=60.22%
G=3.23%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5633400.950.390.78324.9189.8311.57
Hex3832205F274E1455ac
Octal7034201374711650513214
Binary1110001110001001011111100111100111010100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380322; }

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

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

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

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

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

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

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

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