#38014E

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

Shades of Blackcurrant #38014E

Tints of Blackcurrant #38014E

Color information

#38014E (or 0x38014E) is unknown color: approx Blackcurrant. HEX triplet: 38, 01 and 4E. RGB value is (56,1,78). Sum of RGB (Red+Green+Blue) = 56+1+78=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #38014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38014E is #C7FEB1. Grayscale: #191919. Windows color (decimal): -13106866 or 5112120. OLE color: 5112120.

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

Color convert

RGB56178-
CMYK0.280.9900.69
HSL282.86º97.47%15.49%-
HSV(B)282.86º98.72%30.59%-
XYZ3.021.417.32-
YUV26.22157.22149.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 78 (30.86% from 255) = 57.78%
R=41.48%
G=0.74%
B=57.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal561780.280.9900.69282.8697.4715.49
Hex3814E1C6304511b61f
Octal70111634143010543314117
Binary111000110011101110011000110100010110001101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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