#38184D

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

Shades of Blackcurrant #38184D

Tints of Blackcurrant #38184D

Color information

#38184D (or 0x38184D) is unknown color: approx Blackcurrant. HEX triplet: 38, 18 and 4D. RGB value is (56,24,77). Sum of RGB (Red+Green+Blue) = 56+24+77=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #38184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38184D is #C7E7B2. Grayscale: #272727. Windows color (decimal): -13100979 or 5052472. OLE color: 5052472.

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

Color convert

RGB562477-
CMYK0.270.6900.70
HSL276.23º52.48%19.8%-
HSV(B)276.23º68.83%30.2%-
XYZ3.32.037.24-
YUV39.61149.1139.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=35.67%
G=15.29%
B=49.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5624770.270.6900.70276.2352.4819.8
Hex38184D1B450461143414
Octal70301153310501064246424
Binary1110001100010011011101110001010100011010001010011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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