#38094A

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

Shades of Blackcurrant #38094A

Tints of Blackcurrant #38094A

Color information

#38094A (or 0x38094A) is unknown color: approx Blackcurrant. HEX triplet: 38, 09 and 4A. RGB value is (56,9,74). Sum of RGB (Red+Green+Blue) = 56+9+74=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #38094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38094A is #C7F6B5. Grayscale: #1E1E1E. Windows color (decimal): -13104822 or 4852024. OLE color: 4852024.

HSL color Cylindrical-coordinate representation of color #38094A: hue angle of 283.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38094A is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB56974-
CMYK0.240.8800.71
HSL283.38º78.31%16.27%-
HSV(B)283.38º87.84%29.02%-
XYZ2.961.536.62-
YUV30.46152.57146.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 74 (29.30% from 255) = 53.24%
R=40.29%
G=6.47%
B=53.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal569740.240.8800.71283.3878.3116.27
Hex3894A185804711b4e10
Octal701111230130010743311620
Binary1110001001100101011000101100001000111100011011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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