#380329

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

Shades of Blackberry #380329

Tints of Blackberry #380329

Color information

#380329 (or 0x380329) is unknown color: approx Blackberry. HEX triplet: 38, 03 and 29. RGB value is (56,3,41). Sum of RGB (Red+Green+Blue) = 56+3+41=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380329 is #C7FCD6. Grayscale: #171717. Windows color (decimal): -13106391 or 2687800. OLE color: 2687800.

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

Color convert

RGB56341-
CMYK00.950.270.78
HSL316.98º89.83%11.57%-
HSV(B)316.98º94.64%21.96%-
XYZ2.061.072.19-
YUV23.18138.06151.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 41 (16.41% from 255) = 41%
R=56%
G=3%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634100.950.270.78316.9889.8311.57
Hex3832905F1B4E13d5ac
Octal7035101373311647513214
Binary111000111010010101111111011100111010011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380329; }

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

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

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

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

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

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

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

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