Html Css Color HEX #3C0252 Blackcurrant

📋 copy color: '#3C0252'

red 60 ◦ green 2 ◦ blue 82

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

Shades of Blackcurrant #3C0252

Tints of Blackcurrant #3C0252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 82 (32.42% from 255) = 56.94%

R = 41.67%
G = 1.39%
B = 56.94%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3C0252 (or 0x3C0252) is known color: Blackcurrant. HEX triplet: 3C, 02 and 52. RGB value is (60,2,82). Sum of RGB (Red+Green+Blue) = 60+2+82=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 82 (32.42% from 255 or 56.94% from 144); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C0252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0252 is #C3FDAD. Grayscale: #1C1C1C. Windows color (decimal): -12844462 or 5374524. OLE color: 5374524.

HSL color Cylindrical-coordinate representation of color #3C0252: hue angle of 283.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0252 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 60 2 82 -
CMYK 0.27 0.98 0 0.68
HSL 283.5º 0.95% 0.16% -
HSV(B) 283.5º 0.98% 0.32% -
XYZ 3.41 1.61 8.11 -
YUV 28.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 60 2 82 0.27 0.98 0 0.68 283.5 0.95 0.16
Hex 3C 2 52 1B 62 0 44 11C 5F 10
Octal 74 2 122 33 142 0 104 434 137 20
Binary 111100 10 1010010 11011 1100010 0 1000100 100011100 1011111 10000

Color Harmonies of #3C0252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0252

Black with #3C0252

Text Example


Text Example

White with #3C0252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,2,82); }

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

background-color css

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

 a { background-color: rgb(60,2,82); }

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

border-color css

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

 span { border-color: rgb(60,2,82); }

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