Html Css Color HEX #380350 Blackcurrant

📋 copy color: '#380350'

red 56 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #380350

Tints of Blackcurrant #380350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

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

R = 40.29%
G = 2.16%
B = 57.55%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#380350 (or 0x380350) is known color: Blackcurrant. HEX triplet: 38, 03 and 50. RGB value is (56,3,80). Sum of RGB (Red+Green+Blue) = 56+3+80=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #380350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380350 is #C7FCAF. Grayscale: #1B1B1B. Windows color (decimal): -13106352 or 5243704. OLE color: 5243704.

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

Color convert

RGB 56 3 80 -
CMYK 0.30 0.96 0 0.69
HSL 281.3º 0.93% 0.16% -
HSV(B) 281.3º 0.96% 0.31% -
XYZ 3.11 1.49 7.71 -
YUV 27.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 56 3 80 0.30 0.96 0 0.69 281.3 0.93 0.16
Hex 38 3 50 1E 60 0 45 119 5D 10
Octal 70 3 120 36 140 0 105 431 135 20
Binary 111000 11 1010000 11110 1100000 0 1000101 100011001 1011101 10000

Color Harmonies of #380350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380350

Black with #380350

Text Example


Text Example

White with #380350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380350; }

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

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

background-color css

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

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

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

border-color css

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

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

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