Html Css Color HEX #38174C Blackcurrant

📋 copy color: '#38174C'

red 56 ◦ green 23 ◦ blue 76

#38174C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #38174C

Tints of Blackcurrant #38174C

RGB

 RED value IS 56 (22.27% from 255) = 36.13%

 GREEN value IS 23 (9.38% from 255) = 14.84%

 BLUE value IS 76 (30.08% from 255) = 49.03%

R = 36.13%
G = 14.84%
B = 49.03%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38174C (or 0x38174C) is known color: Blackcurrant. HEX triplet: 38, 17 and 4C. RGB value is (56,23,76). Sum of RGB (Red+Green+Blue) = 56+23+76=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #38174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38174C is #C7E8B3. Grayscale: #262626. Windows color (decimal): -13101236 or 4986680. OLE color: 4986680.

HSL color Cylindrical-coordinate representation of color #38174C: hue angle of 277.36º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38174C is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 23 76 -
CMYK 0.26 0.70 0 0.70
HSL 277.36º 0.54% 0.19% -
HSV(B) 277.36º 0.7% 0.3% -
XYZ 3.24 1.98 7.05 -
YUV 38.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 56 23 76 0.26 0.70 0 0.70 277.36 0.54 0.19
Hex 38 17 4C 1A 46 0 46 115 36 13
Octal 70 27 114 32 106 0 106 425 66 23
Binary 111000 10111 1001100 11010 1000110 0 1000110 100010101 110110 10011

Color Harmonies of #38174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38174C

Black with #38174C

Text Example


Text Example

White with #38174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38174C;
 }
 .AnyTagClassName
 {
   color: #38174C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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