Html Css Color HEX #381749 Blackcurrant

📋 copy color: '#381749'

red 56 ◦ green 23 ◦ blue 73

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

Shades of Blackcurrant #381749

Tints of Blackcurrant #381749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 36.84%
G = 15.13%
B = 48.03%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381749 (or 0x381749) is known color: Blackcurrant. HEX triplet: 38, 17 and 49. RGB value is (56,23,73). Sum of RGB (Red+Green+Blue) = 56+23+73=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #381749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381749 is #C7E8B6. Grayscale: #262626. Windows color (decimal): -13101239 or 4790072. OLE color: 4790072.

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

Color convert

RGB 56 23 73 -
CMYK 0.23 0.68 0 0.71
HSL 279.6º 0.52% 0.19% -
HSV(B) 279.6º 0.68% 0.29% -
XYZ 3.14 1.93 6.51 -
YUV 38.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 56 23 73 0.23 0.68 0 0.71 279.6 0.52 0.19
Hex 38 17 49 17 44 0 47 118 34 13
Octal 70 27 111 27 104 0 107 430 64 23
Binary 111000 10111 1001001 10111 1000100 0 1000111 100011000 110100 10011

Color Harmonies of #381749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381749

Black with #381749

Text Example


Text Example

White with #381749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381749; }

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

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

background-color css

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

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

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

border-color css

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

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

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