#38004E

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

Shades of Blackcurrant #38004E

Tints of Blackcurrant #38004E

Color information

#38004E (or 0x38004E) is unknown color: approx Blackcurrant. HEX triplet: 38, 00 and 4E. RGB value is (56,0,78). Sum of RGB (Red+Green+Blue) = 56+0+78=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #38004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38004E is #C7FFB1. Grayscale: #191919. Windows color (decimal): -13107122 or 5111864. OLE color: 5111864.

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

Color convert

RGB56078-
CMYK0.28100.69
HSL283.08º100%15.29%-
HSV(B)283.08º100%30.59%-
XYZ3.011.397.32-
YUV25.64157.55149.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=41.79%
G=0%
B=58.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal560780.28100.69283.0810015.29
Hex3804E1C6404511b64f
Octal70011634144010543314417
Binary111000010011101110011001000100010110001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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