Html Css Color HEX #381049 Blackcurrant

📋 copy color: '#381049'

red 56 ◦ green 16 ◦ blue 73

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

Shades of Blackcurrant #381049

Tints of Blackcurrant #381049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 50.34%

R = 38.62%
G = 11.03%
B = 50.34%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381049 (or 0x381049) is known color: Blackcurrant. HEX triplet: 38, 10 and 49. RGB value is (56,16,73). Sum of RGB (Red+Green+Blue) = 56+16+73=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #381049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381049 is #C7EFB6. Grayscale: #222222. Windows color (decimal): -13103031 or 4788280. OLE color: 4788280.

HSL color Cylindrical-coordinate representation of color #381049: hue angle of 282.11º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381049 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 16 73 -
CMYK 0.23 0.78 0 0.71
HSL 282.11º 0.64% 0.17% -
HSV(B) 282.11º 0.78% 0.29% -
XYZ 3.02 1.69 6.47 -
YUV 34.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 56 16 73 0.23 0.78 0 0.71 282.11 0.64 0.17
Hex 38 10 49 17 4E 0 47 11A 40 11
Octal 70 20 111 27 116 0 107 432 100 21
Binary 111000 10000 1001001 10111 1001110 0 1000111 100011010 1000000 10001

Color Harmonies of #381049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381049

Black with #381049

Text Example


Text Example

White with #381049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381049; }

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

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

background-color css

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

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

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

border-color css

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

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

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