#38194B

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

Shades of Blackcurrant #38194B

Tints of Blackcurrant #38194B

Color information

#38194B (or 0x38194B) is unknown color: approx Blackcurrant. HEX triplet: 38, 19 and 4B. RGB value is (56,25,75). Sum of RGB (Red+Green+Blue) = 56+25+75=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #38194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38194B is #C7E6B4. Grayscale: #272727. Windows color (decimal): -13100725 or 4921656. OLE color: 4921656.

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

Color convert

RGB562575-
CMYK0.250.6700.71
HSL277.2º50%19.61%-
HSV(B)277.2º66.67%29.41%-
XYZ3.252.046.88-
YUV39.97147.77139.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=35.90%
G=16.03%
B=48.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5625750.250.6700.71277.25019.61
Hex38194B19430471153214
Octal70311133110301074256224
Binary1110001100110010111100110000110100011110001010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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