#381528

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

Shades of Blackberry #381528

Tints of Blackberry #381528

Color information

#381528 (or 0x381528) is unknown color: approx Blackberry. HEX triplet: 38, 15 and 28. RGB value is (56,21,40). Sum of RGB (Red+Green+Blue) = 56+21+40=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381528 is #C7EAD7. Grayscale: #212121. Windows color (decimal): -13101784 or 2626872. OLE color: 2626872.

HSL color Cylindrical-coordinate representation of color #381528: hue angle of 327.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381528 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB562140-
CMYK00.630.290.78
HSL327.43º45.45%15.1%-
HSV(B)327.43º62.5%21.96%-
XYZ2.281.532.18-
YUV33.63131.6143.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=47.86%
G=17.95%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56214000.630.290.78327.4345.4515.1
Hex38152803F1D4E1472df
Octal702550077351165075517
Binary1110001010110100001111111110110011101010001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381528; }

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

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

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

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

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

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

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

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