Html Css Color HEX #3C0453 Blackcurrant

📋 copy color: '#3C0453'

red 60 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #3C0453

Tints of Blackcurrant #3C0453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

 BLUE value IS 83 (32.81% from 255) = 56.46%

R = 40.82%
G = 2.72%
B = 56.46%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C0453 (or 0x3C0453) is known color: Blackcurrant. HEX triplet: 3C, 04 and 53. RGB value is (60,4,83). Sum of RGB (Red+Green+Blue) = 60+4+83=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C0453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0453 is #C3FBAC. Grayscale: #1D1D1D. Windows color (decimal): -12843949 or 5440572. OLE color: 5440572.

HSL color Cylindrical-coordinate representation of color #3C0453: hue angle of 282.53º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0453 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 4 83 -
CMYK 0.28 0.95 0 0.67
HSL 282.53º 0.91% 0.17% -
HSV(B) 282.53º 0.95% 0.33% -
XYZ 3.47 1.67 8.32 -
YUV 29.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 60 4 83 0.28 0.95 0 0.67 282.53 0.91 0.17
Hex 3C 4 53 1C 5F 0 43 11B 5B 11
Octal 74 4 123 34 137 0 103 433 133 21
Binary 111100 100 1010011 11100 1011111 0 1000011 100011011 1011011 10001

Color Harmonies of #3C0453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0453

Black with #3C0453

Text Example


Text Example

White with #3C0453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,4,83); }

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

background-color css

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

 a { background-color: rgb(60,4,83); }

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

border-color css

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

 span { border-color: rgb(60,4,83); }

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