Html Css Color HEX #381147 Blackcurrant

📋 copy color: '#381147'

red 56 ◦ green 17 ◦ blue 71

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

Shades of Blackcurrant #381147

Tints of Blackcurrant #381147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 49.31%

R = 38.89%
G = 11.81%
B = 49.31%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381147 (or 0x381147) is known color: Blackcurrant. HEX triplet: 38, 11 and 47. RGB value is (56,17,71). Sum of RGB (Red+Green+Blue) = 56+17+71=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #381147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381147 is #C7EEB8. Grayscale: #222222. Windows color (decimal): -13102777 or 4657464. OLE color: 4657464.

HSL color Cylindrical-coordinate representation of color #381147: hue angle of 283.33º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381147 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 17 71 -
CMYK 0.21 0.76 0 0.72
HSL 283.33º 0.61% 0.17% -
HSV(B) 283.33º 0.76% 0.28% -
XYZ 2.97 1.7 6.13 -
YUV 34.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 56 17 71 0.21 0.76 0 0.72 283.33 0.61 0.17
Hex 38 11 47 15 4C 0 48 11B 3D 11
Octal 70 21 107 25 114 0 110 433 75 21
Binary 111000 10001 1000111 10101 1001100 0 1001000 100011011 111101 10001

Color Harmonies of #381147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381147

Black with #381147

Text Example


Text Example

White with #381147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381147; }

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

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

background-color css

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

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

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

border-color css

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

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

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