#380728

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

Shades of Blackberry #380728

Tints of Blackberry #380728

Color information

#380728 (or 0x380728) is unknown color: approx Blackberry. HEX triplet: 38, 07 and 28. RGB value is (56,7,40). Sum of RGB (Red+Green+Blue) = 56+7+40=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #380728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380728 is #C7F8D7. Grayscale: #191919. Windows color (decimal): -13105368 or 2623288. OLE color: 2623288.

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

Color convert

RGB56740-
CMYK00.880.290.78
HSL319.59º77.78%12.35%-
HSV(B)319.59º87.5%21.96%-
XYZ2.091.152.12-
YUV25.41136.23149.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 40 (16.02% from 255) = 38.83%
R=54.37%
G=6.80%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5674000.880.290.78319.5977.7812.35
Hex387280581D4E1404ec
Octal7075001303511650011614
Binary1110001111010000101100011101100111010100000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380728; }

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

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

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

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

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

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

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

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