#38184B

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

Shades of Blackcurrant #38184B

Tints of Blackcurrant #38184B

Color information

#38184B (or 0x38184B) is unknown color: approx Blackcurrant. HEX triplet: 38, 18 and 4B. RGB value is (56,24,75). Sum of RGB (Red+Green+Blue) = 56+24+75=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #38184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38184B is #C7E7B4. Grayscale: #272727. Windows color (decimal): -13100981 or 4921400. OLE color: 4921400.

HSL color Cylindrical-coordinate representation of color #38184B: hue angle of 277.65º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38184B is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB562475-
CMYK0.250.6800.71
HSL277.65º51.52%19.41%-
HSV(B)277.65º68%29.41%-
XYZ3.2326.87-
YUV39.38148.1139.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 75 (29.69% from 255) = 48.39%
R=36.13%
G=15.48%
B=48.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5624750.250.6800.71277.6551.5219.41
Hex38184B19440471163413
Octal70301133110401074266423
Binary1110001100010010111100110001000100011110001011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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