Html Css Color HEX #3C0158 Blackcurrant

📋 copy color: '#3C0158'

red 60 ◦ green 1 ◦ blue 88

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

Shades of Blackcurrant #3C0158

Tints of Blackcurrant #3C0158

RGB

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

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

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

R = 40.27%
G = 0.67%
B = 59.06%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C0158 (or 0x3C0158) is known color: Blackcurrant. HEX triplet: 3C, 01 and 58. RGB value is (60,1,88). Sum of RGB (Red+Green+Blue) = 60+1+88=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C0158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0158 is #C3FEA7. Grayscale: #1C1C1C. Windows color (decimal): -12844712 or 5767484. OLE color: 5767484.

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

Color convert

RGB 60 1 88 -
CMYK 0.32 0.99 0 0.65
HSL 280.69º 0.98% 0.17% -
HSV(B) 280.69º 0.99% 0.35% -
XYZ 3.64 1.69 9.37 -
YUV 28.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 60 1 88 0.32 0.99 0 0.65 280.69 0.98 0.17
Hex 3C 1 58 20 63 0 41 119 62 11
Octal 74 1 130 40 143 0 101 431 142 21
Binary 111100 1 1011000 100000 1100011 0 1000001 100011001 1100010 10001

Color Harmonies of #3C0158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0158

Black with #3C0158

Text Example


Text Example

White with #3C0158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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