Html Css Color HEX #3C0850 Blackcurrant

📋 copy color: '#3C0850'

red 60 ◦ green 8 ◦ blue 80

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

Shades of Blackcurrant #3C0850

Tints of Blackcurrant #3C0850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

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

R = 40.54%
G = 5.41%
B = 54.05%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C0850 (or 0x3C0850) is known color: Blackcurrant. HEX triplet: 3C, 08 and 50. RGB value is (60,8,80). Sum of RGB (Red+Green+Blue) = 60+8+80=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C0850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0850 is #C3F7AF. Grayscale: #1F1F1F. Windows color (decimal): -12842928 or 5244988. OLE color: 5244988.

HSL color Cylindrical-coordinate representation of color #3C0850: hue angle of 283.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0850 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 8 80 -
CMYK 0.25 0.90 0 0.69
HSL 283.33º 0.82% 0.17% -
HSV(B) 283.33º 0.9% 0.31% -
XYZ 3.4 1.71 7.74 -
YUV 31.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 60 8 80 0.25 0.90 0 0.69 283.33 0.82 0.17
Hex 3C 8 50 19 5A 0 45 11B 52 11
Octal 74 10 120 31 132 0 105 433 122 21
Binary 111100 1000 1010000 11001 1011010 0 1000101 100011011 1010010 10001

Color Harmonies of #3C0850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0850

Black with #3C0850

Text Example


Text Example

White with #3C0850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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