#38094E

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

Shades of Blackcurrant #38094E

Tints of Blackcurrant #38094E

Color information

#38094E (or 0x38094E) is unknown color: approx Blackcurrant. HEX triplet: 38, 09 and 4E. RGB value is (56,9,78). Sum of RGB (Red+Green+Blue) = 56+9+78=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #38094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38094E is #C7F6B1. Grayscale: #1E1E1E. Windows color (decimal): -13104818 or 5114168. OLE color: 5114168.

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

Color convert

RGB56978-
CMYK0.280.8800.69
HSL280.87º79.31%17.06%-
HSV(B)280.87º88.46%30.59%-
XYZ3.11.597.35-
YUV30.92154.57145.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 78 (30.86% from 255) = 54.55%
R=39.16%
G=6.29%
B=54.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal569780.280.8800.69280.8779.3117.06
Hex3894E1C580451194f11
Octal701111634130010543111721
Binary1110001001100111011100101100001000101100011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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