#38152C

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

Shades of Blackberry #38152C

Tints of Blackberry #38152C

Color information

#38152C (or 0x38152C) is unknown color: approx Blackberry. HEX triplet: 38, 15 and 2C. RGB value is (56,21,44). Sum of RGB (Red+Green+Blue) = 56+21+44=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152C is #C7EAD3. Grayscale: #222222. Windows color (decimal): -13101780 or 2889016. OLE color: 2889016.

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

Color convert

RGB562144-
CMYK00.630.210.78
HSL320.57º45.45%15.1%-
HSV(B)320.57º62.5%21.96%-
XYZ2.351.562.56-
YUV34.09133.6143.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=46.28%
G=17.36%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56214400.630.210.78320.5745.4515.1
Hex38152C03F154E1412df
Octal702554077251165015517
Binary1110001010110110001111111010110011101010000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38152C; }

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

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

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

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

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

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

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

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