Html Css Color HEX #381150 Blackcurrant

📋 copy color: '#381150'

red 56 ◦ green 17 ◦ blue 80

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

Shades of Blackcurrant #381150

Tints of Blackcurrant #381150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

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

R = 36.6%
G = 11.11%
B = 52.29%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#381150 (or 0x381150) is known color: Blackcurrant. HEX triplet: 38, 11 and 50. RGB value is (56,17,80). Sum of RGB (Red+Green+Blue) = 56+17+80=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #381150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381150 is #C7EEAF. Grayscale: #232323. Windows color (decimal): -13102768 or 5247288. OLE color: 5247288.

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

Color convert

RGB 56 17 80 -
CMYK 0.30 0.79 0 0.69
HSL 277.14º 0.65% 0.19% -
HSV(B) 277.14º 0.79% 0.31% -
XYZ 3.28 1.82 7.77 -
YUV 35.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 56 17 80 0.30 0.79 0 0.69 277.14 0.65 0.19
Hex 38 11 50 1E 4F 0 45 115 41 13
Octal 70 21 120 36 117 0 105 425 101 23
Binary 111000 10001 1010000 11110 1001111 0 1000101 100010101 1000001 10011

Color Harmonies of #381150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381150

Black with #381150

Text Example


Text Example

White with #381150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381150; }

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

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

background-color css

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

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

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

border-color css

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

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

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