Html Css Color HEX #381249 Blackcurrant

📋 copy color: '#381249'

red 56 ◦ green 18 ◦ blue 73

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

Shades of Blackcurrant #381249

Tints of Blackcurrant #381249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 38.1%
G = 12.24%
B = 49.66%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381249 (or 0x381249) is known color: Blackcurrant. HEX triplet: 38, 12 and 49. RGB value is (56,18,73). Sum of RGB (Red+Green+Blue) = 56+18+73=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #381249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381249 is #C7EDB6. Grayscale: #232323. Windows color (decimal): -13102519 or 4788792. OLE color: 4788792.

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

Color convert

RGB 56 18 73 -
CMYK 0.23 0.75 0 0.71
HSL 281.45º 0.6% 0.18% -
HSV(B) 281.45º 0.75% 0.29% -
XYZ 3.05 1.75 6.48 -
YUV 35.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 56 18 73 0.23 0.75 0 0.71 281.45 0.6 0.18
Hex 38 12 49 17 4B 0 47 119 3C 12
Octal 70 22 111 27 113 0 107 431 74 22
Binary 111000 10010 1001001 10111 1001011 0 1000111 100011001 111100 10010

Color Harmonies of #381249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381249

Black with #381249

Text Example


Text Example

White with #381249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381249; }

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

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

background-color css

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

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

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

border-color css

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

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

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