#38184F

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

Shades of Blackcurrant #38184F

Tints of Blackcurrant #38184F

Color information

#38184F (or 0x38184F) is unknown color: approx Blackcurrant. HEX triplet: 38, 18 and 4F. RGB value is (56,24,79). Sum of RGB (Red+Green+Blue) = 56+24+79=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #38184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38184F is #C7E7B0. Grayscale: #272727. Windows color (decimal): -13100977 or 5183544. OLE color: 5183544.

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

Color convert

RGB562479-
CMYK0.290.7000.69
HSL274.91º53.4%20.2%-
HSV(B)274.91º69.62%30.98%-
XYZ3.372.067.62-
YUV39.84150.1139.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=35.22%
G=15.09%
B=49.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5624790.290.7000.69274.9153.420.2
Hex38184F1D460451133514
Octal70301173510601054236524
Binary1110001100010011111110110001100100010110001001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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