Html Css Color HEX #380144 Blackcurrant

📋 copy color: '#380144'

red 56 ◦ green 1 ◦ blue 68

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

Shades of Blackcurrant #380144

Tints of Blackcurrant #380144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 54.4%

R = 44.8%
G = 0.8%
B = 54.4%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380144 (or 0x380144) is known color: Blackcurrant. HEX triplet: 38, 01 and 44. RGB value is (56,1,68). Sum of RGB (Red+Green+Blue) = 56+1+68=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #380144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380144 is #C7FEBB. Grayscale: #181818. Windows color (decimal): -13106876 or 4456760. OLE color: 4456760.

HSL color Cylindrical-coordinate representation of color #380144: hue angle of 289.25º 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 #380144 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 1 68 -
CMYK 0.18 0.99 0 0.73
HSL 289.25º 0.97% 0.14% -
HSV(B) 289.25º 0.99% 0.27% -
XYZ 2.69 1.28 5.57 -
YUV 25.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 56 1 68 0.18 0.99 0 0.73 289.25 0.97 0.14
Hex 38 1 44 12 63 0 49 121 61 E
Octal 70 1 104 22 143 0 111 441 141 16
Binary 111000 1 1000100 10010 1100011 0 1001001 100100001 1100001 1110

Color Harmonies of #380144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380144

Black with #380144

Text Example


Text Example

White with #380144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380144; }

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

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

background-color css

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

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

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

border-color css

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

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

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