Html Css Color HEX #380149 Blackcurrant

📋 copy color: '#380149'

red 56 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #380149

Tints of Blackcurrant #380149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.77%

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

R = 43.08%
G = 0.77%
B = 56.15%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#380149 (or 0x380149) is known color: Blackcurrant. HEX triplet: 38, 01 and 49. RGB value is (56,1,73). Sum of RGB (Red+Green+Blue) = 56+1+73=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #380149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380149 is #C7FEB6. Grayscale: #191919. Windows color (decimal): -13106871 or 4784440. OLE color: 4784440.

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

Color convert

RGB 56 1 73 -
CMYK 0.23 0.99 0 0.71
HSL 285.83º 0.97% 0.15% -
HSV(B) 285.83º 0.99% 0.29% -
XYZ 2.84 1.34 6.41 -
YUV 25.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 56 1 73 0.23 0.99 0 0.71 285.83 0.97 0.15
Hex 38 1 49 17 63 0 47 11E 61 F
Octal 70 1 111 27 143 0 107 436 141 17
Binary 111000 1 1001001 10111 1100011 0 1000111 100011110 1100001 1111

Color Harmonies of #380149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380149

Black with #380149

Text Example


Text Example

White with #380149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380149; }

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

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

background-color css

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

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

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

border-color css

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

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

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