Html Css Color HEX #3C0058 Blackcurrant

📋 copy color: '#3C0058'

red 60 ◦ green 0 ◦ blue 88

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

Shades of Blackcurrant #3C0058

Tints of Blackcurrant #3C0058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.54%
G = 0%
B = 59.46%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C0058 (or 0x3C0058) is known color: Blackcurrant. HEX triplet: 3C, 00 and 58. RGB value is (60,0,88). Sum of RGB (Red+Green+Blue) = 60+0+88=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C0058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0058 is #C3FFA7. Grayscale: #1B1B1B. Windows color (decimal): -12844968 or 5767228. OLE color: 5767228.

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

Color convert

RGB 60 0 88 -
CMYK 0.32 1 0 0.65
HSL 280.91º 1% 0.17% -
HSV(B) 280.91º 1% 0.35% -
XYZ 3.62 1.67 9.36 -
YUV 27.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 60 0 88 0.32 1 0 0.65 280.91 1 0.17
Hex 3C 0 58 20 64 0 41 119 64 11
Octal 74 0 130 40 144 0 101 431 144 21
Binary 111100 0 1011000 100000 1100100 0 1000001 100011001 1100100 10001

Color Harmonies of #3C0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0058

Black with #3C0058

Text Example


Text Example

White with #3C0058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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