Html Css Color HEX #380156 Blackcurrant

📋 copy color: '#380156'

red 56 ◦ green 1 ◦ blue 86

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

Shades of Blackcurrant #380156

Tints of Blackcurrant #380156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 86 (33.98% from 255) = 60.14%

R = 39.16%
G = 0.7%
B = 60.14%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#380156 (or 0x380156) is known color: Blackcurrant. HEX triplet: 38, 01 and 56. RGB value is (56,1,86). Sum of RGB (Red+Green+Blue) = 56+1+86=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #380156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380156 is #C7FEA9. Grayscale: #1A1A1A. Windows color (decimal): -13106858 or 5636408. OLE color: 5636408.

HSL color Cylindrical-coordinate representation of color #380156: hue angle of 278.82º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380156 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 1 86 -
CMYK 0.35 0.99 0 0.66
HSL 278.82º 0.98% 0.17% -
HSV(B) 278.82º 0.99% 0.34% -
XYZ 3.32 1.53 8.93 -
YUV 27.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 56 1 86 0.35 0.99 0 0.66 278.82 0.98 0.17
Hex 38 1 56 23 63 0 42 117 62 11
Octal 70 1 126 43 143 0 102 427 142 21
Binary 111000 1 1010110 100011 1100011 0 1000010 100010111 1100010 10001

Color Harmonies of #380156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380156

Black with #380156

Text Example


Text Example

White with #380156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380156; }

 p { color: rgb(56,1,86); }

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

background-color css

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

 a { background-color: rgb(56,1,86); }

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

border-color css

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

 span { border-color: rgb(56,1,86); }

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