#38134A

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

Shades of Blackcurrant #38134A

Tints of Blackcurrant #38134A

Color information

#38134A (or 0x38134A) is unknown color: approx Blackcurrant. HEX triplet: 38, 13 and 4A. RGB value is (56,19,74). Sum of RGB (Red+Green+Blue) = 56+19+74=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #38134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38134A is #C7ECB5. Grayscale: #242424. Windows color (decimal): -13102262 or 4854584. OLE color: 4854584.

HSL color Cylindrical-coordinate representation of color #38134A: hue angle of 280.36º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38134A is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB561974-
CMYK0.240.7400.71
HSL280.36º59.14%18.24%-
HSV(B)280.36º74.32%29.02%-
XYZ3.11.86.66-
YUV36.33149.26142.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 74 (29.30% from 255) = 49.66%
R=37.58%
G=12.75%
B=49.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5619740.240.7400.71280.3659.1418.24
Hex38134A184A0471183b12
Octal70231123011201074307322
Binary1110001001110010101100010010100100011110001100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38134A; }

 p { color: rgb(56,19,74); }

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

<style>
 a { background-color: #38134A; }

 a { background-color: rgb(56,19,74); }

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

<style>
 span { border-color: #38134A; }

 span { border-color: rgb(56,19,74); }

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