Html Css Color HEX #3C0250 Blackcurrant

📋 copy color: '#3C0250'

red 60 ◦ green 2 ◦ blue 80

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

Shades of Blackcurrant #3C0250

Tints of Blackcurrant #3C0250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 56.34%

R = 42.25%
G = 1.41%
B = 56.34%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C0250 (or 0x3C0250) is known color: Blackcurrant. HEX triplet: 3C, 02 and 50. RGB value is (60,2,80). Sum of RGB (Red+Green+Blue) = 60+2+80=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0250 is #C3FDAF. Grayscale: #1B1B1B. Windows color (decimal): -12844464 or 5243452. OLE color: 5243452.

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

Color convert

RGB 60 2 80 -
CMYK 0.25 0.98 0 0.69
HSL 284.62º 0.95% 0.16% -
HSV(B) 284.62º 0.98% 0.31% -
XYZ 3.33 1.58 7.72 -
YUV 28.23 157.22 150.66 -
System Red Green Blue C M Y K H S L
Decimal 60 2 80 0.25 0.98 0 0.69 284.62 0.95 0.16
Hex 3C 2 50 19 62 0 45 11D 5F 10
Octal 74 2 120 31 142 0 105 435 137 20
Binary 111100 10 1010000 11001 1100010 0 1000101 100011101 1011111 10000

Color Harmonies of #3C0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0250

Black with #3C0250

Text Example


Text Example

White with #3C0250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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