#380528

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

Shades of Blackberry #380528

Tints of Blackberry #380528

Color information

#380528 (or 0x380528) is unknown color: approx Blackberry. HEX triplet: 38, 05 and 28. RGB value is (56,5,40). Sum of RGB (Red+Green+Blue) = 56+5+40=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #380528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380528 is #C7FAD7. Grayscale: #181818. Windows color (decimal): -13105880 or 2622776. OLE color: 2622776.

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

Color convert

RGB56540-
CMYK00.910.290.78
HSL318.82º83.61%11.96%-
HSV(B)318.82º91.07%21.96%-
XYZ2.071.12.11-
YUV24.24136.9150.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 40 (16.02% from 255) = 39.60%
R=55.45%
G=4.95%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5654000.910.290.78318.8283.6111.96
Hex3852805B1D4E13f54c
Octal7055001333511647712414
Binary1110001011010000101101111101100111010011111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380528; }

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

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

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

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

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

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

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

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