#38154D

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

Shades of Blackcurrant #38154D

Tints of Blackcurrant #38154D

Color information

#38154D (or 0x38154D) is unknown color: approx Blackcurrant. HEX triplet: 38, 15 and 4D. RGB value is (56,21,77). Sum of RGB (Red+Green+Blue) = 56+21+77=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #38154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38154D is #C7EAB2. Grayscale: #252525. Windows color (decimal): -13101747 or 5051704. OLE color: 5051704.

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

Color convert

RGB562177-
CMYK0.270.7300.70
HSL277.5º57.14%19.22%-
HSV(B)277.5º72.73%30.2%-
XYZ3.241.917.22-
YUV37.85150.1140.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 77 (30.47% from 255) = 50%
R=36.36%
G=13.64%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5621770.270.7300.70277.557.1419.22
Hex38154D1B490461163913
Octal70251153311101064267123
Binary1110001010110011011101110010010100011010001011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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