#380720

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

Shades of Blackberry #380720

Tints of Blackberry #380720

Color information

#380720 (or 0x380720) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 20. RGB value is (56,7,32). Sum of RGB (Red+Green+Blue) = 56+7+32=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380720 is #C7F8DF. Grayscale: #181818. Windows color (decimal): -13105376 or 2099000. OLE color: 2099000.

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

Color convert

RGB56732-
CMYK00.880.430.78
HSL329.39º77.78%12.35%-
HSV(B)329.39º87.5%21.96%-
XYZ1.971.11.47-
YUV24.5132.23150.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=58.95%
G=7.37%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5673200.880.430.78329.3977.7812.35
Hex387200582B4E1494ec
Octal7074001305311651111614
Binary11100011110000001011000101011100111010100100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380720; }

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

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

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

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

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

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

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

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