#38114C

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

Shades of Blackcurrant #38114C

Tints of Blackcurrant #38114C

Color information

#38114C (or 0x38114C) is unknown color: approx Blackcurrant. HEX triplet: 38, 11 and 4C. RGB value is (56,17,76). Sum of RGB (Red+Green+Blue) = 56+17+76=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #38114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38114C is #C7EEB3. Grayscale: #232323. Windows color (decimal): -13102772 or 4985144. OLE color: 4985144.

HSL color Cylindrical-coordinate representation of color #38114C: hue angle of 279.66º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38114C is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB561776-
CMYK0.260.7800.70
HSL279.66º63.44%18.24%-
HSV(B)279.66º77.63%29.8%-
XYZ3.141.767.01-
YUV35.39150.92142.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 76 (30.08% from 255) = 51.01%
R=37.58%
G=11.41%
B=51.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5617760.260.7800.70279.6663.4418.24
Hex38114C1A4E0461183f12
Octal70211143211601064307722
Binary1110001000110011001101010011100100011010001100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,17,76); }

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

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

 a { background-color: rgb(56,17,76); }

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

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

 span { border-color: rgb(56,17,76); }

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