#38094D

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

Shades of Blackcurrant #38094D

Tints of Blackcurrant #38094D

Color information

#38094D (or 0x38094D) is unknown color: approx Blackcurrant. HEX triplet: 38, 09 and 4D. RGB value is (56,9,77). Sum of RGB (Red+Green+Blue) = 56+9+77=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #38094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38094D is #C7F6B2. Grayscale: #1E1E1E. Windows color (decimal): -13104819 or 5048632. OLE color: 5048632.

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

Color convert

RGB56977-
CMYK0.270.8800.70
HSL281.47º79.07%16.86%-
HSV(B)281.47º88.31%30.2%-
XYZ3.071.577.16-
YUV30.8154.07145.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=39.44%
G=6.34%
B=54.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal569770.270.8800.70281.4779.0716.86
Hex3894D1B580461194f11
Octal701111533130010643111721
Binary1110001001100110111011101100001000110100011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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