Html Css Color HEX #38194E Blackcurrant

📋 copy color: '#38194E'

red 56 ◦ green 25 ◦ blue 78

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

Shades of Blackcurrant #38194E

Tints of Blackcurrant #38194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 49.06%

R = 35.22%
G = 15.72%
B = 49.06%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38194E (or 0x38194E) is known color: Blackcurrant. HEX triplet: 38, 19 and 4E. RGB value is (56,25,78). Sum of RGB (Red+Green+Blue) = 56+25+78=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #38194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38194E is #C7E6B1. Grayscale: #282828. Windows color (decimal): -13100722 or 5118264. OLE color: 5118264.

HSL color Cylindrical-coordinate representation of color #38194E: hue angle of 275.09º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38194E is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 25 78 -
CMYK 0.28 0.68 0 0.69
HSL 275.09º 0.51% 0.2% -
HSV(B) 275.09º 0.68% 0.31% -
XYZ 3.35 2.09 7.43 -
YUV 40.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 56 25 78 0.28 0.68 0 0.69 275.09 0.51 0.2
Hex 38 19 4E 1C 44 0 45 113 33 14
Octal 70 31 116 34 104 0 105 423 63 24
Binary 111000 11001 1001110 11100 1000100 0 1000101 100010011 110011 10100

Color Harmonies of #38194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38194E

Black with #38194E

Text Example


Text Example

White with #38194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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