Html Css Color HEX #380358 Blackcurrant

📋 copy color: '#380358'

red 56 ◦ green 3 ◦ blue 88

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

Shades of Blackcurrant #380358

Tints of Blackcurrant #380358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 59.86%

R = 38.1%
G = 2.04%
B = 59.86%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#380358 (or 0x380358) is known color: Blackcurrant. HEX triplet: 38, 03 and 58. RGB value is (56,3,88). Sum of RGB (Red+Green+Blue) = 56+3+88=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #380358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380358 is #C7FCA7. Grayscale: #1C1C1C. Windows color (decimal): -13106344 or 5767992. OLE color: 5767992.

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

Color convert

RGB 56 3 88 -
CMYK 0.36 0.97 0 0.65
HSL 277.41º 0.93% 0.18% -
HSV(B) 277.41º 0.97% 0.35% -
XYZ 3.42 1.61 9.36 -
YUV 28.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 56 3 88 0.36 0.97 0 0.65 277.41 0.93 0.18
Hex 38 3 58 24 61 0 41 115 5D 12
Octal 70 3 130 44 141 0 101 425 135 22
Binary 111000 11 1011000 100100 1100001 0 1000001 100010101 1011101 10010

Color Harmonies of #380358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380358

Black with #380358

Text Example


Text Example

White with #380358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380358; }

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

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

background-color css

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

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

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

border-color css

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

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

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