#38133F

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

Shades of Blackcurrant #38133F

Tints of Blackcurrant #38133F

Color information

#38133F (or 0x38133F) is unknown color: approx Blackcurrant. HEX triplet: 38, 13 and 3F. RGB value is (56,19,63). Sum of RGB (Red+Green+Blue) = 56+19+63=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #38133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38133F is #C7ECC0. Grayscale: #222222. Windows color (decimal): -13102273 or 4133688. OLE color: 4133688.

HSL color Cylindrical-coordinate representation of color #38133F: hue angle of 290.45º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38133F is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB561963-
CMYK0.110.7000.75
HSL290.45º53.66%16.08%-
HSV(B)290.45º69.84%24.71%-
XYZ2.761.674.88-
YUV35.08143.76142.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 63 (25% from 255) = 45.65%
R=40.58%
G=13.77%
B=45.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5619630.110.7000.75290.4553.6616.08
Hex38133FB4604B1223610
Octal7023771310601134426620
Binary11100010011111111101110001100100101110010001011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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