Html Css Color HEX #380150 Blackcurrant

📋 copy color: '#380150'

red 56 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #380150

Tints of Blackcurrant #380150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 58.39%

R = 40.88%
G = 0.73%
B = 58.39%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#380150 (or 0x380150) is known color: Blackcurrant. HEX triplet: 38, 01 and 50. RGB value is (56,1,80). Sum of RGB (Red+Green+Blue) = 56+1+80=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #380150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380150 is #C7FEAF. Grayscale: #1A1A1A. Windows color (decimal): -13106864 or 5243192. OLE color: 5243192.

HSL color Cylindrical-coordinate representation of color #380150: hue angle of 281.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380150 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 1 80 -
CMYK 0.30 0.99 0 0.69
HSL 281.77º 0.98% 0.16% -
HSV(B) 281.77º 0.99% 0.31% -
XYZ 3.09 1.44 7.7 -
YUV 26.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 56 1 80 0.30 0.99 0 0.69 281.77 0.98 0.16
Hex 38 1 50 1E 63 0 45 11A 62 10
Octal 70 1 120 36 143 0 105 432 142 20
Binary 111000 1 1010000 11110 1100011 0 1000101 100011010 1100010 10000

Color Harmonies of #380150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380150

Black with #380150

Text Example


Text Example

White with #380150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380150; }

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

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

background-color css

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

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

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

border-color css

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

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

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