Html Css Color HEX #381347 Blackcurrant

📋 copy color: '#381347'

red 56 ◦ green 19 ◦ blue 71

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

Shades of Blackcurrant #381347

Tints of Blackcurrant #381347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

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

R = 38.36%
G = 13.01%
B = 48.63%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381347 (or 0x381347) is known color: Blackcurrant. HEX triplet: 38, 13 and 47. RGB value is (56,19,71). Sum of RGB (Red+Green+Blue) = 56+19+71=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #381347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381347 is #C7ECB8. Grayscale: #232323. Windows color (decimal): -13102265 or 4657976. OLE color: 4657976.

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

Color convert

RGB 56 19 71 -
CMYK 0.21 0.73 0 0.72
HSL 282.69º 0.58% 0.18% -
HSV(B) 282.69º 0.73% 0.28% -
XYZ 3 1.76 6.14 -
YUV 35.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 56 19 71 0.21 0.73 0 0.72 282.69 0.58 0.18
Hex 38 13 47 15 49 0 48 11B 3A 12
Octal 70 23 107 25 111 0 110 433 72 22
Binary 111000 10011 1000111 10101 1001001 0 1001000 100011011 111010 10010

Color Harmonies of #381347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381347

Black with #381347

Text Example


Text Example

White with #381347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381347; }

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

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

background-color css

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

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

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

border-color css

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

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

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