Html Css Color HEX #38194A Blackcurrant

📋 copy color: '#38194A'

red 56 ◦ green 25 ◦ blue 74

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

Shades of Blackcurrant #38194A

Tints of Blackcurrant #38194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 36.13%
G = 16.13%
B = 47.74%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38194A (or 0x38194A) is known color: Blackcurrant. HEX triplet: 38, 19 and 4A. RGB value is (56,25,74). Sum of RGB (Red+Green+Blue) = 56+25+74=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #38194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38194A is #C7E6B5. Grayscale: #272727. Windows color (decimal): -13100726 or 4856120. OLE color: 4856120.

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

Color convert

RGB 56 25 74 -
CMYK 0.24 0.66 0 0.71
HSL 277.96º 0.49% 0.19% -
HSV(B) 277.96º 0.66% 0.29% -
XYZ 3.21 2.03 6.7 -
YUV 39.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 56 25 74 0.24 0.66 0 0.71 277.96 0.49 0.19
Hex 38 19 4A 18 42 0 47 116 31 13
Octal 70 31 112 30 102 0 107 426 61 23
Binary 111000 11001 1001010 11000 1000010 0 1000111 100010110 110001 10011

Color Harmonies of #38194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38194A

Black with #38194A

Text Example


Text Example

White with #38194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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