Html Css Color HEX #38114E Blackcurrant

📋 copy color: '#38114E'

red 56 ◦ green 17 ◦ blue 78

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

Shades of Blackcurrant #38114E

Tints of Blackcurrant #38114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.26%

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

R = 37.09%
G = 11.26%
B = 51.66%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38114E (or 0x38114E) is known color: Blackcurrant. HEX triplet: 38, 11 and 4E. RGB value is (56,17,78). Sum of RGB (Red+Green+Blue) = 56+17+78=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #38114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38114E is #C7EEB1. Grayscale: #232323. Windows color (decimal): -13102770 or 5116216. OLE color: 5116216.

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

Color convert

RGB 56 17 78 -
CMYK 0.28 0.78 0 0.69
HSL 278.36º 0.64% 0.19% -
HSV(B) 278.36º 0.78% 0.31% -
XYZ 3.21 1.79 7.38 -
YUV 35.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 56 17 78 0.28 0.78 0 0.69 278.36 0.64 0.19
Hex 38 11 4E 1C 4E 0 45 116 40 13
Octal 70 21 116 34 116 0 105 426 100 23
Binary 111000 10001 1001110 11100 1001110 0 1000101 100010110 1000000 10011

Color Harmonies of #38114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38114E

Black with #38114E

Text Example


Text Example

White with #38114E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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