Html Css Color HEX #381446 Blackcurrant

📋 copy color: '#381446'

red 56 ◦ green 20 ◦ blue 70

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

Shades of Blackcurrant #381446

Tints of Blackcurrant #381446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

 BLUE value IS 70 (27.73% from 255) = 47.95%

R = 38.36%
G = 13.7%
B = 47.95%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381446 (or 0x381446) is known color: Blackcurrant. HEX triplet: 38, 14 and 46. RGB value is (56,20,70). Sum of RGB (Red+Green+Blue) = 56+20+70=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #381446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381446 is #C7EBB9. Grayscale: #242424. Windows color (decimal): -13102010 or 4592696. OLE color: 4592696.

HSL color Cylindrical-coordinate representation of color #381446: hue angle of 283.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381446 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 20 70 -
CMYK 0.20 0.71 0 0.73
HSL 283.2º 0.56% 0.18% -
HSV(B) 283.2º 0.71% 0.27% -
XYZ 2.99 1.78 5.98 -
YUV 36.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 56 20 70 0.20 0.71 0 0.73 283.2 0.56 0.18
Hex 38 14 46 14 47 0 49 11B 38 12
Octal 70 24 106 24 107 0 111 433 70 22
Binary 111000 10100 1000110 10100 1000111 0 1001001 100011011 111000 10010

Color Harmonies of #381446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381446

Black with #381446

Text Example


Text Example

White with #381446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381446; }

 p { color: rgb(56,20,70); }

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

background-color css

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

 a { background-color: rgb(56,20,70); }

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

border-color css

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

 span { border-color: rgb(56,20,70); }

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