#38162B

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

Shades of Blackberry #38162B

Tints of Blackberry #38162B

Color information

#38162B (or 0x38162B) is unknown color: approx Blackberry. HEX triplet: 38, 16 and 2B. RGB value is (56,22,43). Sum of RGB (Red+Green+Blue) = 56+22+43=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38162B is #C7E9D4. Grayscale: #222222. Windows color (decimal): -13101525 or 2823736. OLE color: 2823736.

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

Color convert

RGB562243-
CMYK00.610.230.78
HSL322.94º43.59%15.29%-
HSV(B)322.94º60.71%21.96%-
XYZ2.351.592.47-
YUV34.56132.76143.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=46.28%
G=18.18%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56224300.610.230.78322.9443.5915.29
Hex38162B03D174E1432cf
Octal702653075271165035417
Binary1110001011010101101111011011110011101010000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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