#38144D

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

Shades of Blackcurrant #38144D

Tints of Blackcurrant #38144D

Color information

#38144D (or 0x38144D) is unknown color: approx Blackcurrant. HEX triplet: 38, 14 and 4D. RGB value is (56,20,77). Sum of RGB (Red+Green+Blue) = 56+20+77=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #38144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38144D is #C7EBB2. Grayscale: #252525. Windows color (decimal): -13102003 or 5051448. OLE color: 5051448.

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

Color convert

RGB562077-
CMYK0.270.7400.70
HSL277.89º58.76%19.02%-
HSV(B)277.89º74.03%30.2%-
XYZ3.221.887.21-
YUV37.26150.43141.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=36.60%
G=13.07%
B=50.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5620770.270.7400.70277.8958.7619.02
Hex38144D1B4A0461163b13
Octal70241153311201064267323
Binary1110001010010011011101110010100100011010001011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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