#380327

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

Shades of Blackberry #380327

Tints of Blackberry #380327

Color information

#380327 (or 0x380327) is unknown color: approx Blackberry. HEX triplet: 38, 03 and 27. RGB value is (56,3,39). Sum of RGB (Red+Green+Blue) = 56+3+39=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380327 is #C7FCD8. Grayscale: #161616. Windows color (decimal): -13106393 or 2556728. OLE color: 2556728.

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

Color convert

RGB56339-
CMYK00.950.300.78
HSL319.25º89.83%11.57%-
HSV(B)319.25º94.64%21.96%-
XYZ2.031.052.02-
YUV22.95137.06151.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=57.14%
G=3.06%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5633900.950.300.78319.2589.8311.57
Hex3832705F1E4E13f5ac
Octal7034701373611647713214
Binary111000111001110101111111110100111010011111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380327; }

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

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

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

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

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

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

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

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