Html Css Color HEX #38114A Blackcurrant

📋 copy color: '#38114A'

red 56 ◦ green 17 ◦ blue 74

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

Shades of Blackcurrant #38114A

Tints of Blackcurrant #38114A

RGB

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

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

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

R = 38.1%
G = 11.56%
B = 50.34%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38114A (or 0x38114A) is known color: Blackcurrant. HEX triplet: 38, 11 and 4A. RGB value is (56,17,74). Sum of RGB (Red+Green+Blue) = 56+17+74=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #38114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38114A is #C7EEB5. Grayscale: #222222. Windows color (decimal): -13102774 or 4854072. OLE color: 4854072.

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

Color convert

RGB 56 17 74 -
CMYK 0.24 0.77 0 0.71
HSL 281.05º 0.63% 0.18% -
HSV(B) 281.05º 0.77% 0.29% -
XYZ 3.07 1.74 6.65 -
YUV 35.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 56 17 74 0.24 0.77 0 0.71 281.05 0.63 0.18
Hex 38 11 4A 18 4D 0 47 119 3F 12
Octal 70 21 112 30 115 0 107 431 77 22
Binary 111000 10001 1001010 11000 1001101 0 1000111 100011001 111111 10010

Color Harmonies of #38114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38114A

Black with #38114A

Text Example


Text Example

White with #38114A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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