#38164f

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

Shades of Blackcurrant #38164F

Tints of Blackcurrant #38164F

Color information

#38164F (or 0x38164F) is unknown color: approx Blackcurrant. HEX triplet: 38, 16 and 4F. RGB value is (56,22,79). Sum of RGB (Red+Green+Blue) = 56+22+79=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #38164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38164F is #C7E9B0. Grayscale: #262626. Windows color (decimal): -13101489 or 5183032. OLE color: 5183032.

HSL color Cylindrical-coordinate representation of color #38164F: hue angle of 275.79º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38164F is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB562279-
CMYK0.290.7200.69
HSL275.79º56.44%19.8%-
HSV(B)275.79º72.15%30.98%-
XYZ3.331.987.6-
YUV38.66150.76140.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=35.67%
G=14.01%
B=50.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5622790.290.7200.69275.7956.4419.8
Hex38164F1D480451143814
Octal70261173511001054247024
Binary1110001011010011111110110010000100010110001010011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38164f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38164f; }

 p { color: rgb(56,22,79); }

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

<style>
 a { background-color: #38164f; }

 a { background-color: rgb(56,22,79); }

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

<style>
 span { border-color: #38164f; }

 span { border-color: rgb(56,22,79); }

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