Html Css Color HEX #380049 Blackcurrant

📋 copy color: '#380049'

red 56 ◦ green 0 ◦ blue 73

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

Shades of Blackcurrant #380049

Tints of Blackcurrant #380049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 56.59%

R = 43.41%
G = 0%
B = 56.59%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#380049 (or 0x380049) is known color: Blackcurrant. HEX triplet: 38, 00 and 49. RGB value is (56,0,73). Sum of RGB (Red+Green+Blue) = 56+0+73=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #380049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380049 is #C7FFB6. Grayscale: #181818. Windows color (decimal): -13107127 or 4784184. OLE color: 4784184.

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

Color convert

RGB 56 0 73 -
CMYK 0.23 1 0 0.71
HSL 286.03º 1% 0.14% -
HSV(B) 286.03º 1% 0.29% -
XYZ 2.83 1.32 6.41 -
YUV 25.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 56 0 73 0.23 1 0 0.71 286.03 1 0.14
Hex 38 0 49 17 64 0 47 11E 64 E
Octal 70 0 111 27 144 0 107 436 144 16
Binary 111000 0 1001001 10111 1100100 0 1000111 100011110 1100100 1110

Color Harmonies of #380049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380049

Black with #380049

Text Example


Text Example

White with #380049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380049; }

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

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

background-color css

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

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

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

border-color css

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

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

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