#38164A

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

Shades of Blackcurrant #38164A

Tints of Blackcurrant #38164A

Color information

#38164A (or 0x38164A) is unknown color: approx Blackcurrant. HEX triplet: 38, 16 and 4A. RGB value is (56,22,74). Sum of RGB (Red+Green+Blue) = 56+22+74=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #38164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38164A is #C7E9B5. Grayscale: #252525. Windows color (decimal): -13101494 or 4855352. OLE color: 4855352.

HSL color Cylindrical-coordinate representation of color #38164A: hue angle of 279.23º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38164A is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB562274-
CMYK0.240.7000.71
HSL279.23º54.17%18.82%-
HSV(B)279.23º70.27%29.02%-
XYZ3.151.916.68-
YUV38.09148.26140.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=36.84%
G=14.47%
B=48.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5622740.240.7000.71279.2354.1718.82
Hex38164A18460471173613
Octal70261123010601074276623
Binary1110001011010010101100010001100100011110001011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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