#381527

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

Shades of Blackberry #381527

Tints of Blackberry #381527

Color information

#381527 (or 0x381527) is unknown color: approx Blackberry. HEX triplet: 38, 15 and 27. RGB value is (56,21,39). Sum of RGB (Red+Green+Blue) = 56+21+39=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381527 is #C7EAD8. Grayscale: #212121. Windows color (decimal): -13101785 or 2561336. OLE color: 2561336.

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

Color convert

RGB562139-
CMYK00.630.300.78
HSL329.14º45.45%15.1%-
HSV(B)329.14º62.5%21.96%-
XYZ2.271.522.09-
YUV33.52131.1144.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=48.28%
G=18.10%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56213900.630.300.78329.1445.4515.1
Hex38152703F1E4E1492df
Octal702547077361165115517
Binary1110001010110011101111111111010011101010010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381527; }

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

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

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

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

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

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

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

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