Html Css Color HEX #381250 Blackcurrant

📋 copy color: '#381250'

red 56 ◦ green 18 ◦ blue 80

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

Shades of Blackcurrant #381250

Tints of Blackcurrant #381250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

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

R = 36.36%
G = 11.69%
B = 51.95%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#381250 (or 0x381250) is known color: Blackcurrant. HEX triplet: 38, 12 and 50. RGB value is (56,18,80). Sum of RGB (Red+Green+Blue) = 56+18+80=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #381250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381250 is #C7EDAF. Grayscale: #242424. Windows color (decimal): -13102512 or 5247544. OLE color: 5247544.

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

Color convert

RGB 56 18 80 -
CMYK 0.30 0.78 0 0.69
HSL 276.77º 0.63% 0.19% -
HSV(B) 276.77º 0.78% 0.31% -
XYZ 3.3 1.85 7.77 -
YUV 36.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 56 18 80 0.30 0.78 0 0.69 276.77 0.63 0.19
Hex 38 12 50 1E 4E 0 45 115 3F 13
Octal 70 22 120 36 116 0 105 425 77 23
Binary 111000 10010 1010000 11110 1001110 0 1000101 100010101 111111 10011

Color Harmonies of #381250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381250

Black with #381250

Text Example


Text Example

White with #381250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381250; }

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

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

background-color css

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

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

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

border-color css

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

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

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