#381526

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

Shades of Blackberry #381526

Tints of Blackberry #381526

Color information

#381526 (or 0x381526) is unknown color: approx Blackberry. HEX triplet: 38, 15 and 26. RGB value is (56,21,38). Sum of RGB (Red+Green+Blue) = 56+21+38=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #381526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381526 is #C7EAD9. Grayscale: #212121. Windows color (decimal): -13101786 or 2495800. OLE color: 2495800.

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

Color convert

RGB562138-
CMYK00.630.320.78
HSL330.86º45.45%15.1%-
HSV(B)330.86º62.5%21.96%-
XYZ2.251.522.01-
YUV33.4130.6144.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=48.70%
G=18.26%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56213800.630.320.78330.8645.4515.1
Hex38152603F204E14b2df
Octal702546077401165135517
Binary11100010101100110011111110000010011101010010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381526; }

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

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

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

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

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

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

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

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