Html Css Color HEX #3C0B57 Blackcurrant

📋 copy color: '#3C0B57'

red 60 ◦ green 11 ◦ blue 87

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

Shades of Blackcurrant #3C0B57

Tints of Blackcurrant #3C0B57

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.96%

 BLUE value IS 87 (34.38% from 255) = 55.06%

R = 37.97%
G = 6.96%
B = 55.06%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3C0B57 (or 0x3C0B57) is known color: Blackcurrant. HEX triplet: 3C, 0B and 57. RGB value is (60,11,87). Sum of RGB (Red+Green+Blue) = 60+11+87=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C0B57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0B57 is #C3F4A8. Grayscale: #222222. Windows color (decimal): -12842153 or 5704508. OLE color: 5704508.

HSL color Cylindrical-coordinate representation of color #3C0B57: hue angle of 278.68º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0B57 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 11 87 -
CMYK 0.31 0.87 0 0.66
HSL 278.68º 0.78% 0.19% -
HSV(B) 278.68º 0.87% 0.34% -
XYZ 3.7 1.89 9.19 -
YUV 34.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 60 11 87 0.31 0.87 0 0.66 278.68 0.78 0.19
Hex 3C B 57 1F 57 0 42 117 4E 13
Octal 74 13 127 37 127 0 102 427 116 23
Binary 111100 1011 1010111 11111 1010111 0 1000010 100010111 1001110 10011

Color Harmonies of #3C0B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0B57

Black with #3C0B57

Text Example


Text Example

White with #3C0B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,11,87); }

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

background-color css

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

 a { background-color: rgb(60,11,87); }

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

border-color css

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

 span { border-color: rgb(60,11,87); }

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