Html Css Color HEX #381047 Blackcurrant

📋 copy color: '#381047'

red 56 ◦ green 16 ◦ blue 71

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

Shades of Blackcurrant #381047

Tints of Blackcurrant #381047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

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

R = 39.16%
G = 11.19%
B = 49.65%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381047 (or 0x381047) is known color: Blackcurrant. HEX triplet: 38, 10 and 47. RGB value is (56,16,71). Sum of RGB (Red+Green+Blue) = 56+16+71=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #381047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381047 is #C7EFB8. Grayscale: #222222. Windows color (decimal): -13103033 or 4657208. OLE color: 4657208.

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

Color convert

RGB 56 16 71 -
CMYK 0.21 0.77 0 0.72
HSL 283.64º 0.63% 0.17% -
HSV(B) 283.64º 0.77% 0.28% -
XYZ 2.95 1.67 6.13 -
YUV 34.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 56 16 71 0.21 0.77 0 0.72 283.64 0.63 0.17
Hex 38 10 47 15 4D 0 48 11C 3F 11
Octal 70 20 107 25 115 0 110 434 77 21
Binary 111000 10000 1000111 10101 1001101 0 1001000 100011100 111111 10001

Color Harmonies of #381047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381047

Black with #381047

Text Example


Text Example

White with #381047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381047; }

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

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

background-color css

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

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

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

border-color css

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

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

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