Html Css Color HEX #381949 Blackcurrant

📋 copy color: '#381949'

red 56 ◦ green 25 ◦ blue 73

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

Shades of Blackcurrant #381949

Tints of Blackcurrant #381949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.23%

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

R = 36.36%
G = 16.23%
B = 47.4%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381949 (or 0x381949) is known color: Blackcurrant. HEX triplet: 38, 19 and 49. RGB value is (56,25,73). Sum of RGB (Red+Green+Blue) = 56+25+73=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #381949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381949 is #C7E6B6. Grayscale: #272727. Windows color (decimal): -13100727 or 4790584. OLE color: 4790584.

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

Color convert

RGB 56 25 73 -
CMYK 0.23 0.66 0 0.71
HSL 278.75º 0.49% 0.19% -
HSV(B) 278.75º 0.66% 0.29% -
XYZ 3.18 2.02 6.52 -
YUV 39.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 56 25 73 0.23 0.66 0 0.71 278.75 0.49 0.19
Hex 38 19 49 17 42 0 47 117 31 13
Octal 70 31 111 27 102 0 107 427 61 23
Binary 111000 11001 1001001 10111 1000010 0 1000111 100010111 110001 10011

Color Harmonies of #381949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381949

Black with #381949

Text Example


Text Example

White with #381949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381949; }

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

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

background-color css

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

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

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

border-color css

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

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

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