#38112D

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

Shades of Blackberry #38112D

Tints of Blackberry #38112D

Color information

#38112D (or 0x38112D) is unknown color: approx Blackberry. HEX triplet: 38, 11 and 2D. RGB value is (56,17,45). Sum of RGB (Red+Green+Blue) = 56+17+45=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38112D is #C7EED2. Grayscale: #1F1F1F. Windows color (decimal): -13102803 or 2953528. OLE color: 2953528.

HSL color Cylindrical-coordinate representation of color #38112D: hue angle of 316.92º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38112D is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB561745-
CMYK00.700.200.78
HSL316.92º53.42%14.31%-
HSV(B)316.92º69.64%21.96%-
XYZ2.31.432.64-
YUV31.85135.42145.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 45 (17.97% from 255) = 38.14%
R=47.46%
G=14.41%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56174500.700.200.78316.9253.4214.31
Hex38112D046144E13d35e
Octal7021550106241164756516
Binary11100010001101101010001101010010011101001111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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