#38143F

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

Shades of Blackcurrant #38143F

Tints of Blackcurrant #38143F

Color information

#38143F (or 0x38143F) is unknown color: approx Blackcurrant. HEX triplet: 38, 14 and 3F. RGB value is (56,20,63). Sum of RGB (Red+Green+Blue) = 56+20+63=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #38143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38143F is #C7EBC0. Grayscale: #232323. Windows color (decimal): -13102017 or 4133944. OLE color: 4133944.

HSL color Cylindrical-coordinate representation of color #38143F: hue angle of 290.23º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38143F is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB562063-
CMYK0.110.6800.75
HSL290.23º51.81%16.27%-
HSV(B)290.23º68.25%24.71%-
XYZ2.781.74.88-
YUV35.67143.43142.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 63 (25% from 255) = 45.32%
R=40.29%
G=14.39%
B=45.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5620630.110.6800.75290.2351.8116.27
Hex38143FB4404B1223410
Octal7024771310401134426420
Binary11100010100111111101110001000100101110010001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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