#38162C

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

Shades of Blackberry #38162C

Tints of Blackberry #38162C

Color information

#38162C (or 0x38162C) is unknown color: approx Blackberry. HEX triplet: 38, 16 and 2C. RGB value is (56,22,44). Sum of RGB (Red+Green+Blue) = 56+22+44=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38162C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38162C is #C7E9D3. Grayscale: #222222. Windows color (decimal): -13101524 or 2889272. OLE color: 2889272.

HSL color Cylindrical-coordinate representation of color #38162C: hue angle of 321.18º 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 #38162C is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB562244-
CMYK00.610.210.78
HSL321.18º43.59%15.29%-
HSV(B)321.18º60.71%21.96%-
XYZ2.371.62.57-
YUV34.67133.26143.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=45.90%
G=18.03%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56224400.610.210.78321.1843.5915.29
Hex38162C03D154E1412cf
Octal702654075251165015417
Binary1110001011010110001111011010110011101010000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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