#38172D

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

Shades of Blackberry #38172D

Tints of Blackberry #38172D

Color information

#38172D (or 0x38172D) is unknown color: approx Blackberry. HEX triplet: 38, 17 and 2D. RGB value is (56,23,45). Sum of RGB (Red+Green+Blue) = 56+23+45=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38172D is #C7E8D2. Grayscale: #232323. Windows color (decimal): -13101267 or 2955064. OLE color: 2955064.

HSL color Cylindrical-coordinate representation of color #38172D: hue angle of 320º 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 #38172D is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB562345-
CMYK00.590.200.78
HSL320º41.77%15.49%-
HSV(B)320º58.93%21.96%-
XYZ2.411.642.67-
YUV35.38133.43142.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=45.16%
G=18.55%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56234500.590.200.7832041.7715.49
Hex38172D03B144E1402af
Octal702755073241165005217
Binary1110001011110110101110111010010011101010000001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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