#38174F

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

Shades of Blackcurrant #38174F

Tints of Blackcurrant #38174F

Color information

#38174F (or 0x38174F) is unknown color: approx Blackcurrant. HEX triplet: 38, 17 and 4F. RGB value is (56,23,79). Sum of RGB (Red+Green+Blue) = 56+23+79=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #38174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38174F is #C7E8B0. Grayscale: #272727. Windows color (decimal): -13101233 or 5183288. OLE color: 5183288.

HSL color Cylindrical-coordinate representation of color #38174F: hue angle of 275.36º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38174F is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB562379-
CMYK0.290.7100.69
HSL275.36º54.9%20%-
HSV(B)275.36º70.89%30.98%-
XYZ3.352.027.61-
YUV39.25150.43139.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 79 (31.25% from 255) = 50%
R=35.44%
G=14.56%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5623790.290.7100.69275.3654.920
Hex38174F1D470451133714
Octal70271173510701054236724
Binary1110001011110011111110110001110100010110001001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,23,79); }

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

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

 a { background-color: rgb(56,23,79); }

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

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

 span { border-color: rgb(56,23,79); }

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