#38172C

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

Shades of Blackberry #38172C

Tints of Blackberry #38172C

Color information

#38172C (or 0x38172C) is unknown color: approx Blackberry. HEX triplet: 38, 17 and 2C. RGB value is (56,23,44). Sum of RGB (Red+Green+Blue) = 56+23+44=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38172C is #C7E8D3. Grayscale: #232323. Windows color (decimal): -13101268 or 2889528. OLE color: 2889528.

HSL color Cylindrical-coordinate representation of color #38172C: hue angle of 321.82º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38172C is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB562344-
CMYK00.590.210.78
HSL321.82º41.77%15.49%-
HSV(B)321.82º58.93%21.96%-
XYZ2.391.642.57-
YUV35.26132.93142.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=45.53%
G=18.70%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56234400.590.210.78321.8241.7715.49
Hex38172C03B154E1422af
Octal702754073251165025217
Binary1110001011110110001110111010110011101010000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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