Html Css Color HEX #380950 Blackcurrant

📋 copy color: '#380950'

red 56 ◦ green 9 ◦ blue 80

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

Shades of Blackcurrant #380950

Tints of Blackcurrant #380950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

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

R = 38.62%
G = 6.21%
B = 55.17%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#380950 (or 0x380950) is known color: Blackcurrant. HEX triplet: 38, 09 and 50. RGB value is (56,9,80). Sum of RGB (Red+Green+Blue) = 56+9+80=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #380950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380950 is #C7F6AF. Grayscale: #1E1E1E. Windows color (decimal): -13104816 or 5245240. OLE color: 5245240.

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

Color convert

RGB 56 9 80 -
CMYK 0.30 0.89 0 0.69
HSL 279.72º 0.8% 0.17% -
HSV(B) 279.72º 0.89% 0.31% -
XYZ 3.18 1.62 7.73 -
YUV 31.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 56 9 80 0.30 0.89 0 0.69 279.72 0.8 0.17
Hex 38 9 50 1E 59 0 45 118 50 11
Octal 70 11 120 36 131 0 105 430 120 21
Binary 111000 1001 1010000 11110 1011001 0 1000101 100011000 1010000 10001

Color Harmonies of #380950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380950

Black with #380950

Text Example


Text Example

White with #380950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380950; }

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

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

background-color css

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

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

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

border-color css

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

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

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