Html Css Color HEX #3C0858 Blackcurrant

📋 copy color: '#3C0858'

red 60 ◦ green 8 ◦ blue 88

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

Shades of Blackcurrant #3C0858

Tints of Blackcurrant #3C0858

RGB

 RED value IS 60 (23.83% from 255) = 38.46%

 GREEN value IS 8 (3.52% from 255) = 5.13%

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

R = 38.46%
G = 5.13%
B = 56.41%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C0858 (or 0x3C0858) is known color: Blackcurrant. HEX triplet: 3C, 08 and 58. RGB value is (60,8,88). Sum of RGB (Red+Green+Blue) = 60+8+88=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C0858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0858 is #C3F7A7. Grayscale: #202020. Windows color (decimal): -12842920 or 5769276. OLE color: 5769276.

HSL color Cylindrical-coordinate representation of color #3C0858: hue angle of 279º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0858 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 8 88 -
CMYK 0.32 0.91 0 0.65
HSL 279º 0.83% 0.19% -
HSV(B) 279º 0.91% 0.35% -
XYZ 3.71 1.84 9.39 -
YUV 32.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 60 8 88 0.32 0.91 0 0.65 279 0.83 0.19
Hex 3C 8 58 20 5B 0 41 117 53 13
Octal 74 10 130 40 133 0 101 427 123 23
Binary 111100 1000 1011000 100000 1011011 0 1000001 100010111 1010011 10011

Color Harmonies of #3C0858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0858

Black with #3C0858

Text Example


Text Example

White with #3C0858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C0858; }

 p { color: rgb(60,8,88); }

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

background-color css

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

 a { background-color: rgb(60,8,88); }

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

border-color css

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

 span { border-color: rgb(60,8,88); }

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