#380328

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

Shades of Blackberry #380328

Tints of Blackberry #380328

Color information

#380328 (or 0x380328) is unknown color: approx Blackberry. HEX triplet: 38, 03 and 28. RGB value is (56,3,40). Sum of RGB (Red+Green+Blue) = 56+3+40=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #380328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380328 is #C7FCD7. Grayscale: #161616. Windows color (decimal): -13106392 or 2622264. OLE color: 2622264.

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

Color convert

RGB56340-
CMYK00.950.290.78
HSL318.11º89.83%11.57%-
HSV(B)318.11º94.64%21.96%-
XYZ2.051.062.1-
YUV23.06137.56151.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=56.57%
G=3.03%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634000.950.290.78318.1189.8311.57
Hex3832805F1D4E13e5ac
Octal7035001373511647613214
Binary111000111010000101111111101100111010011111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380328; }

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

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

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

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

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

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

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

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