Html Css Color HEX #380048 Blackcurrant

📋 copy color: '#380048'

red 56 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #380048

Tints of Blackcurrant #380048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.75%
G = 0%
B = 56.25%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#380048 (or 0x380048) is known color: Blackcurrant. HEX triplet: 38, 00 and 48. RGB value is (56,0,72). Sum of RGB (Red+Green+Blue) = 56+0+72=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #380048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380048 is #C7FFB7. Grayscale: #181818. Windows color (decimal): -13107128 or 4718648. OLE color: 4718648.

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

Color convert

RGB 56 0 72 -
CMYK 0.22 1 0 0.72
HSL 286.67º 1% 0.14% -
HSV(B) 286.67º 1% 0.28% -
XYZ 2.8 1.31 6.24 -
YUV 24.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 56 0 72 0.22 1 0 0.72 286.67 1 0.14
Hex 38 0 48 16 64 0 48 11F 64 E
Octal 70 0 110 26 144 0 110 437 144 16
Binary 111000 0 1001000 10110 1100100 0 1001000 100011111 1100100 1110

Color Harmonies of #380048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380048

Black with #380048

Text Example


Text Example

White with #380048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380048; }

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

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

background-color css

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

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

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

border-color css

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

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

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