Html Css Color HEX #380356 Blackcurrant

📋 copy color: '#380356'

red 56 ◦ green 3 ◦ blue 86

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

Shades of Blackcurrant #380356

Tints of Blackcurrant #380356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

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

R = 38.62%
G = 2.07%
B = 59.31%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#380356 (or 0x380356) is known color: Blackcurrant. HEX triplet: 38, 03 and 56. RGB value is (56,3,86). Sum of RGB (Red+Green+Blue) = 56+3+86=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #380356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380356 is #C7FCA9. Grayscale: #1C1C1C. Windows color (decimal): -13106346 or 5636920. OLE color: 5636920.

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

Color convert

RGB 56 3 86 -
CMYK 0.35 0.97 0 0.66
HSL 278.31º 0.93% 0.17% -
HSV(B) 278.31º 0.97% 0.34% -
XYZ 3.34 1.58 8.93 -
YUV 28.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 56 3 86 0.35 0.97 0 0.66 278.31 0.93 0.17
Hex 38 3 56 23 61 0 42 116 5D 11
Octal 70 3 126 43 141 0 102 426 135 21
Binary 111000 11 1010110 100011 1100001 0 1000010 100010110 1011101 10001

Color Harmonies of #380356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380356

Black with #380356

Text Example


Text Example

White with #380356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380356; }

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

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

background-color css

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

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

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

border-color css

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

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

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