Html Css Color HEX #380146 Blackcurrant

📋 copy color: '#380146'

red 56 ◦ green 1 ◦ blue 70

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

Shades of Blackcurrant #380146

Tints of Blackcurrant #380146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 55.12%

R = 44.09%
G = 0.79%
B = 55.12%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380146 (or 0x380146) is known color: Blackcurrant. HEX triplet: 38, 01 and 46. RGB value is (56,1,70). Sum of RGB (Red+Green+Blue) = 56+1+70=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #380146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380146 is #C7FEB9. Grayscale: #191919. Windows color (decimal): -13106874 or 4587832. OLE color: 4587832.

HSL color Cylindrical-coordinate representation of color #380146: hue angle of 287.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380146 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 1 70 -
CMYK 0.20 0.99 0 0.73
HSL 287.83º 0.97% 0.14% -
HSV(B) 287.83º 0.99% 0.27% -
XYZ 2.75 1.3 5.9 -
YUV 25.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 56 1 70 0.20 0.99 0 0.73 287.83 0.97 0.14
Hex 38 1 46 14 63 0 49 120 61 E
Octal 70 1 106 24 143 0 111 440 141 16
Binary 111000 1 1000110 10100 1100011 0 1001001 100100000 1100001 1110

Color Harmonies of #380146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380146

Black with #380146

Text Example


Text Example

White with #380146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380146; }

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

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

background-color css

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

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

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

border-color css

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

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

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