Html Css Color HEX #381948 Blackcurrant

📋 copy color: '#381948'

red 56 ◦ green 25 ◦ blue 72

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

Shades of Blackcurrant #381948

Tints of Blackcurrant #381948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

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

R = 36.6%
G = 16.34%
B = 47.06%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381948 (or 0x381948) is known color: Blackcurrant. HEX triplet: 38, 19 and 48. RGB value is (56,25,72). Sum of RGB (Red+Green+Blue) = 56+25+72=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #381948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381948 is #C7E6B7. Grayscale: #272727. Windows color (decimal): -13100728 or 4725048. OLE color: 4725048.

HSL color Cylindrical-coordinate representation of color #381948: hue angle of 279.57º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #381948 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 25 72 -
CMYK 0.22 0.65 0 0.72
HSL 279.57º 0.48% 0.19% -
HSV(B) 279.57º 0.65% 0.28% -
XYZ 3.15 2 6.35 -
YUV 39.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 56 25 72 0.22 0.65 0 0.72 279.57 0.48 0.19
Hex 38 19 48 16 41 0 48 118 30 13
Octal 70 31 110 26 101 0 110 430 60 23
Binary 111000 11001 1001000 10110 1000001 0 1001000 100011000 110000 10011

Color Harmonies of #381948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381948

Black with #381948

Text Example


Text Example

White with #381948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381948; }

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

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

background-color css

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

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

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

border-color css

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

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

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