Html Css Color HEX #381C48 Blackcurrant

📋 copy color: '#381C48'

red 56 ◦ green 28 ◦ blue 72

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

Shades of Blackcurrant #381C48

Tints of Blackcurrant #381C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

 BLUE value IS 72 (28.52% from 255) = 46.15%

R = 35.9%
G = 17.95%
B = 46.15%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381C48 (or 0x381C48) is known color: Blackcurrant. HEX triplet: 38, 1C and 48. RGB value is (56,28,72). Sum of RGB (Red+Green+Blue) = 56+28+72=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #381C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C48 is #C7E3B7. Grayscale: #292929. Windows color (decimal): -13099960 or 4725816. OLE color: 4725816.

HSL color Cylindrical-coordinate representation of color #381C48: hue angle of 278.18º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381C48 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 28 72 -
CMYK 0.22 0.61 0 0.72
HSL 278.18º 0.44% 0.2% -
HSV(B) 278.18º 0.61% 0.28% -
XYZ 3.22 2.14 6.37 -
YUV 41.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 56 28 72 0.22 0.61 0 0.72 278.18 0.44 0.2
Hex 38 1C 48 16 3D 0 48 116 2C 14
Octal 70 34 110 26 75 0 110 426 54 24
Binary 111000 11100 1001000 10110 111101 0 1001000 100010110 101100 10100

Color Harmonies of #381C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C48

Black with #381C48

Text Example


Text Example

White with #381C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C48; }

 p { color: rgb(56,28,72); }

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

background-color css

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

 a { background-color: rgb(56,28,72); }

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

border-color css

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

 span { border-color: rgb(56,28,72); }

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