#38163F

Color #38163F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #38163F

Tints of Blackcurrant #38163F

Color information

#38163F (or 0x38163F) is unknown color: approx Blackcurrant. HEX triplet: 38, 16 and 3F. RGB value is (56,22,63). Sum of RGB (Red+Green+Blue) = 56+22+63=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #38163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38163F is #C7E9C0. Grayscale: #242424. Windows color (decimal): -13101505 or 4134456. OLE color: 4134456.

HSL color Cylindrical-coordinate representation of color #38163F: hue angle of 289.76º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38163F is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB562263-
CMYK0.110.6500.75
HSL289.76º48.24%16.67%-
HSV(B)289.76º65.08%24.71%-
XYZ2.811.774.9-
YUV36.84142.76141.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 63 (25% from 255) = 44.68%
R=39.72%
G=15.60%
B=44.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5622630.110.6500.75289.7648.2416.67
Hex38163FB4104B1223011
Octal7026771310101134426021
Binary11100010110111111101110000010100101110010001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38163F; }

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

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

<style>
 a { background-color: #38163F; }

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

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

<style>
 span { border-color: #38163F; }

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

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