Html Css Color HEX #381350 Blackcurrant

📋 copy color: '#381350'

red 56 ◦ green 19 ◦ blue 80

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

Shades of Blackcurrant #381350

Tints of Blackcurrant #381350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 36.13%
G = 12.26%
B = 51.61%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#381350 (or 0x381350) is known color: Blackcurrant. HEX triplet: 38, 13 and 50. RGB value is (56,19,80). Sum of RGB (Red+Green+Blue) = 56+19+80=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #381350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381350 is #C7ECAF. Grayscale: #242424. Windows color (decimal): -13102256 or 5247800. OLE color: 5247800.

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

Color convert

RGB 56 19 80 -
CMYK 0.30 0.76 0 0.69
HSL 276.39º 0.62% 0.19% -
HSV(B) 276.39º 0.76% 0.31% -
XYZ 3.31 1.89 7.78 -
YUV 37.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 56 19 80 0.30 0.76 0 0.69 276.39 0.62 0.19
Hex 38 13 50 1E 4C 0 45 114 3E 13
Octal 70 23 120 36 114 0 105 424 76 23
Binary 111000 10011 1010000 11110 1001100 0 1000101 100010100 111110 10011

Color Harmonies of #381350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381350

Black with #381350

Text Example


Text Example

White with #381350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381350; }

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

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

background-color css

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

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

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

border-color css

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

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

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