Html Css Color HEX #38174A Blackcurrant

📋 copy color: '#38174A'

red 56 ◦ green 23 ◦ blue 74

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

Shades of Blackcurrant #38174A

Tints of Blackcurrant #38174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 48.37%

R = 36.6%
G = 15.03%
B = 48.37%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38174A (or 0x38174A) is known color: Blackcurrant. HEX triplet: 38, 17 and 4A. RGB value is (56,23,74). Sum of RGB (Red+Green+Blue) = 56+23+74=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #38174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38174A is #C7E8B5. Grayscale: #262626. Windows color (decimal): -13101238 or 4855608. OLE color: 4855608.

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

Color convert

RGB 56 23 74 -
CMYK 0.24 0.69 0 0.71
HSL 278.82º 0.53% 0.19% -
HSV(B) 278.82º 0.69% 0.29% -
XYZ 3.17 1.95 6.69 -
YUV 38.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 56 23 74 0.24 0.69 0 0.71 278.82 0.53 0.19
Hex 38 17 4A 18 45 0 47 117 35 13
Octal 70 27 112 30 105 0 107 427 65 23
Binary 111000 10111 1001010 11000 1000101 0 1000111 100010111 110101 10011

Color Harmonies of #38174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38174A

Black with #38174A

Text Example


Text Example

White with #38174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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