#38093F

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

Shades of Blackcurrant #38093F

Tints of Blackcurrant #38093F

Color information

#38093F (or 0x38093F) is unknown color: approx Blackcurrant. HEX triplet: 38, 09 and 3F. RGB value is (56,9,63). Sum of RGB (Red+Green+Blue) = 56+9+63=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #38093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38093F is #C7F6C0. Grayscale: #1D1D1D. Windows color (decimal): -13104833 or 4131128. OLE color: 4131128.

HSL color Cylindrical-coordinate representation of color #38093F: hue angle of 292.22º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38093F is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB56963-
CMYK0.110.8600.75
HSL292.22º75%14.12%-
HSV(B)292.22º85.71%24.71%-
XYZ2.631.44.83-
YUV29.21147.07147.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 63 (25% from 255) = 49.22%
R=43.75%
G=7.03%
B=49.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal569630.110.8600.75292.227514.12
Hex3893FB5604B1244be
Octal70117713126011344411316
Binary1110001001111111101110101100100101110010010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38093F; }

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

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

<style>
 a { background-color: #38093F; }

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

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

<style>
 span { border-color: #38093F; }

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

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