Html Css Color HEX #380050 Blackcurrant

📋 copy color: '#380050'

red 56 ◦ green 0 ◦ blue 80

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

Shades of Blackcurrant #380050

Tints of Blackcurrant #380050

RGB

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

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

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

R = 41.18%
G = 0%
B = 58.82%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#380050 (or 0x380050) is known color: Blackcurrant. HEX triplet: 38, 00 and 50. RGB value is (56,0,80). Sum of RGB (Red+Green+Blue) = 56+0+80=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #380050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380050 is #C7FFAF. Grayscale: #191919. Windows color (decimal): -13107120 or 5242936. OLE color: 5242936.

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

Color convert

RGB 56 0 80 -
CMYK 0.30 1 0 0.69
HSL 282º 1% 0.16% -
HSV(B) 282º 1% 0.31% -
XYZ 3.08 1.42 7.7 -
YUV 25.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 56 0 80 0.30 1 0 0.69 282 1 0.16
Hex 38 0 50 1E 64 0 45 11A 64 10
Octal 70 0 120 36 144 0 105 432 144 20
Binary 111000 0 1010000 11110 1100100 0 1000101 100011010 1100100 10000

Color Harmonies of #380050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380050

Black with #380050

Text Example


Text Example

White with #380050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380050; }

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

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

background-color css

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

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

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

border-color css

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

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

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