Html Css Color HEX #3C0953 Blackcurrant

📋 copy color: '#3C0953'

red 60 ◦ green 9 ◦ blue 83

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

Shades of Blackcurrant #3C0953

Tints of Blackcurrant #3C0953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.92%

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

R = 39.47%
G = 5.92%
B = 54.61%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3C0953 (or 0x3C0953) is known color: Blackcurrant. HEX triplet: 3C, 09 and 53. RGB value is (60,9,83). Sum of RGB (Red+Green+Blue) = 60+9+83=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C0953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0953 is #C3F6AC. Grayscale: #202020. Windows color (decimal): -12842669 or 5441852. OLE color: 5441852.

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

Color convert

RGB 60 9 83 -
CMYK 0.28 0.89 0 0.67
HSL 281.35º 0.8% 0.18% -
HSV(B) 281.35º 0.89% 0.33% -
XYZ 3.52 1.78 8.34 -
YUV 32.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 60 9 83 0.28 0.89 0 0.67 281.35 0.8 0.18
Hex 3C 9 53 1C 59 0 43 119 50 12
Octal 74 11 123 34 131 0 103 431 120 22
Binary 111100 1001 1010011 11100 1011001 0 1000011 100011001 1010000 10010

Color Harmonies of #3C0953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0953

Black with #3C0953

Text Example


Text Example

White with #3C0953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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