Html Css Color HEX #381048 Blackcurrant

📋 copy color: '#381048'

red 56 ◦ green 16 ◦ blue 72

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

Shades of Blackcurrant #381048

Tints of Blackcurrant #381048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.11%

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

R = 38.89%
G = 11.11%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381048 (or 0x381048) is known color: Blackcurrant. HEX triplet: 38, 10 and 48. RGB value is (56,16,72). Sum of RGB (Red+Green+Blue) = 56+16+72=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #381048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381048 is #C7EFB7. Grayscale: #222222. Windows color (decimal): -13103032 or 4722744. OLE color: 4722744.

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

Color convert

RGB 56 16 72 -
CMYK 0.22 0.78 0 0.72
HSL 282.86º 0.64% 0.17% -
HSV(B) 282.86º 0.78% 0.28% -
XYZ 2.99 1.68 6.3 -
YUV 34.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 56 16 72 0.22 0.78 0 0.72 282.86 0.64 0.17
Hex 38 10 48 16 4E 0 48 11B 40 11
Octal 70 20 110 26 116 0 110 433 100 21
Binary 111000 10000 1001000 10110 1001110 0 1001000 100011011 1000000 10001

Color Harmonies of #381048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381048

Black with #381048

Text Example


Text Example

White with #381048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381048; }

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

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

background-color css

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

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

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

border-color css

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

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

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