#381525

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

Shades of Blackberry #381525

Tints of Blackberry #381525

Color information

#381525 (or 0x381525) is unknown color: approx Blackberry. HEX triplet: 38, 15 and 25. RGB value is (56,21,37). Sum of RGB (Red+Green+Blue) = 56+21+37=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381525 is #C7EADA. Grayscale: #212121. Windows color (decimal): -13101787 or 2430264. OLE color: 2430264.

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

Color convert

RGB562137-
CMYK00.630.340.78
HSL332.57º45.45%15.1%-
HSV(B)332.57º62.5%21.96%-
XYZ2.231.511.92-
YUV33.29130.1144.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=49.12%
G=18.42%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56213700.630.340.78332.5745.4515.1
Hex38152503F224E14d2df
Octal702545077421165155517
Binary11100010101100101011111110001010011101010011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381525; }

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

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

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

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

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

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

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

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