#38112E

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

Shades of Blackberry #38112E

Tints of Blackberry #38112E

Color information

#38112E (or 0x38112E) is unknown color: approx Blackberry. HEX triplet: 38, 11 and 2E. RGB value is (56,17,46). Sum of RGB (Red+Green+Blue) = 56+17+46=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38112E is #C7EED1. Grayscale: #1F1F1F. Windows color (decimal): -13102802 or 3019064. OLE color: 3019064.

HSL color Cylindrical-coordinate representation of color #38112E: hue angle of 315.38º 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 #38112E is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB561746-
CMYK00.700.180.78
HSL315.38º53.42%14.31%-
HSV(B)315.38º69.64%21.96%-
XYZ2.321.442.74-
YUV31.97135.92145.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=47.06%
G=14.29%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56174600.700.180.78315.3853.4214.31
Hex38112E046124E13b35e
Octal7021560106221164736516
Binary11100010001101110010001101001010011101001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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