#38162E

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

Shades of Blackberry #38162E

Tints of Blackberry #38162E

Color information

#38162E (or 0x38162E) is unknown color: approx Blackberry. HEX triplet: 38, 16 and 2E. RGB value is (56,22,46). Sum of RGB (Red+Green+Blue) = 56+22+46=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38162E is #C7E9D1. Grayscale: #222222. Windows color (decimal): -13101522 or 3020344. OLE color: 3020344.

HSL color Cylindrical-coordinate representation of color #38162E: hue angle of 317.65º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38162E is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB562246-
CMYK00.610.180.78
HSL317.65º43.59%15.29%-
HSV(B)317.65º60.71%21.96%-
XYZ2.411.612.77-
YUV34.9134.26143.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=45.16%
G=17.74%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56224600.610.180.78317.6543.5915.29
Hex38162E03D124E13e2cf
Octal702656075221164765417
Binary1110001011010111001111011001010011101001111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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