Html Css Color HEX #38194C Blackcurrant

📋 copy color: '#38194C'

red 56 ◦ green 25 ◦ blue 76

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

Shades of Blackcurrant #38194C

Tints of Blackcurrant #38194C

RGB

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

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

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

R = 35.67%
G = 15.92%
B = 48.41%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38194C (or 0x38194C) is known color: Blackcurrant. HEX triplet: 38, 19 and 4C. RGB value is (56,25,76). Sum of RGB (Red+Green+Blue) = 56+25+76=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #38194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38194C is #C7E6B3. Grayscale: #272727. Windows color (decimal): -13100724 or 4987192. OLE color: 4987192.

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

Color convert

RGB 56 25 76 -
CMYK 0.26 0.67 0 0.70
HSL 276.47º 0.5% 0.2% -
HSV(B) 276.47º 0.67% 0.3% -
XYZ 3.28 2.06 7.06 -
YUV 40.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 56 25 76 0.26 0.67 0 0.70 276.47 0.5 0.2
Hex 38 19 4C 1A 43 0 46 114 32 14
Octal 70 31 114 32 103 0 106 424 62 24
Binary 111000 11001 1001100 11010 1000011 0 1000110 100010100 110010 10100

Color Harmonies of #38194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38194C

Black with #38194C

Text Example


Text Example

White with #38194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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