#38044C

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

Shades of Blackcurrant #38044C

Tints of Blackcurrant #38044C

Color information

#38044C (or 0x38044C) is unknown color: approx Blackcurrant. HEX triplet: 38, 04 and 4C. RGB value is (56,4,76). Sum of RGB (Red+Green+Blue) = 56+4+76=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #38044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38044C is #C7FBB3. Grayscale: #1B1B1B. Windows color (decimal): -13106100 or 4981816. OLE color: 4981816.

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

Color convert

RGB56476-
CMYK0.260.9500.70
HSL283.33º90%15.69%-
HSV(B)283.33º94.74%29.8%-
XYZ2.981.456.96-
YUV27.76155.23148.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 76 (30.08% from 255) = 55.88%
R=41.18%
G=2.94%
B=55.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal564760.260.9500.70283.339015.69
Hex3844C1A5F04611b5a10
Octal70411432137010643313220
Binary111000100100110011010101111101000110100011011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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