#38014C

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

Shades of Blackcurrant #38014C

Tints of Blackcurrant #38014C

Color information

#38014C (or 0x38014C) is unknown color: approx Blackcurrant. HEX triplet: 38, 01 and 4C. RGB value is (56,1,76). Sum of RGB (Red+Green+Blue) = 56+1+76=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #38014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38014C is #C7FEB3. Grayscale: #191919. Windows color (decimal): -13106868 or 4981048. OLE color: 4981048.

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

Color convert

RGB56176-
CMYK0.260.9900.70
HSL284º97.4%15.1%-
HSV(B)284º98.68%29.8%-
XYZ2.951.386.95-
YUV25.99156.22149.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 76 (30.08% from 255) = 57.14%
R=42.11%
G=0.75%
B=57.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal561760.260.9900.7028497.415.1
Hex3814C1A6304611c61f
Octal70111432143010643414117
Binary111000110011001101011000110100011010001110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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