Html Css Color HEX #380750 Blackcurrant

📋 copy color: '#380750'

red 56 ◦ green 7 ◦ blue 80

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

Shades of Blackcurrant #380750

Tints of Blackcurrant #380750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

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

R = 39.16%
G = 4.9%
B = 55.94%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#380750 (or 0x380750) is known color: Blackcurrant. HEX triplet: 38, 07 and 50. RGB value is (56,7,80). Sum of RGB (Red+Green+Blue) = 56+7+80=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #380750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380750 is #C7F8AF. Grayscale: #1D1D1D. Windows color (decimal): -13105328 or 5244728. OLE color: 5244728.

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

Color convert

RGB 56 7 80 -
CMYK 0.30 0.91 0 0.69
HSL 280.27º 0.84% 0.17% -
HSV(B) 280.27º 0.91% 0.31% -
XYZ 3.15 1.57 7.73 -
YUV 29.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 56 7 80 0.30 0.91 0 0.69 280.27 0.84 0.17
Hex 38 7 50 1E 5B 0 45 118 54 11
Octal 70 7 120 36 133 0 105 430 124 21
Binary 111000 111 1010000 11110 1011011 0 1000101 100011000 1010100 10001

Color Harmonies of #380750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380750

Black with #380750

Text Example


Text Example

White with #380750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380750; }

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

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

background-color css

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

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

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

border-color css

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

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

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