Html Css Color HEX #381546 Blackcurrant

📋 copy color: '#381546'

red 56 ◦ green 21 ◦ blue 70

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

Shades of Blackcurrant #381546

Tints of Blackcurrant #381546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

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

R = 38.1%
G = 14.29%
B = 47.62%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381546 (or 0x381546) is known color: Blackcurrant. HEX triplet: 38, 15 and 46. RGB value is (56,21,70). Sum of RGB (Red+Green+Blue) = 56+21+70=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #381546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381546 is #C7EAB9. Grayscale: #242424. Windows color (decimal): -13101754 or 4592952. OLE color: 4592952.

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

Color convert

RGB 56 21 70 -
CMYK 0.20 0.70 0 0.73
HSL 282.86º 0.54% 0.18% -
HSV(B) 282.86º 0.7% 0.27% -
XYZ 3 1.82 5.99 -
YUV 37.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 56 21 70 0.20 0.70 0 0.73 282.86 0.54 0.18
Hex 38 15 46 14 46 0 49 11B 36 12
Octal 70 25 106 24 106 0 111 433 66 22
Binary 111000 10101 1000110 10100 1000110 0 1001001 100011011 110110 10010

Color Harmonies of #381546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381546

Black with #381546

Text Example


Text Example

White with #381546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381546; }

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

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

background-color css

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

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

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

border-color css

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

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

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