#380729

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

Shades of Blackberry #380729

Tints of Blackberry #380729

Color information

#380729 (or 0x380729) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 29. RGB value is (56,7,41). Sum of RGB (Red+Green+Blue) = 56+7+41=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #380729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380729 is #C7F8D6. Grayscale: #191919. Windows color (decimal): -13105367 or 2688824. OLE color: 2688824.

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

Color convert

RGB56741-
CMYK00.880.270.78
HSL318.37º77.78%12.35%-
HSV(B)318.37º87.5%21.96%-
XYZ2.111.152.21-
YUV25.53136.73149.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=53.85%
G=6.73%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5674100.880.270.78318.3777.7812.35
Hex387290581B4E13e4ec
Octal7075101303311647611614
Binary1110001111010010101100011011100111010011111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380729; }

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

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

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

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

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

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

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

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