Html Css Color HEX #3C004B Blackcurrant

📋 copy color: '#3C004B'

red 60 ◦ green 0 ◦ blue 75

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

Shades of Blackcurrant #3C004B

Tints of Blackcurrant #3C004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 75 (29.69% from 255) = 55.56%

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C004B (or 0x3C004B) is known color: Blackcurrant. HEX triplet: 3C, 00 and 4B. RGB value is (60,0,75). Sum of RGB (Red+Green+Blue) = 60+0+75=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C004B is #C3FFB4. Grayscale: #1A1A1A. Windows color (decimal): -12844981 or 4915260. OLE color: 4915260.

HSL color Cylindrical-coordinate representation of color #3C004B: hue angle of 288º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C004B is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 0 75 -
CMYK 0.20 1 0 0.71
HSL 288º 1% 0.15% -
HSV(B) 288º 1% 0.29% -
XYZ 3.13 1.47 6.77 -
YUV 26.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 60 0 75 0.20 1 0 0.71 288 1 0.15
Hex 3C 0 4B 14 64 0 47 120 64 F
Octal 74 0 113 24 144 0 107 440 144 17
Binary 111100 0 1001011 10100 1100100 0 1000111 100100000 1100100 1111

Color Harmonies of #3C004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C004B

Black with #3C004B

Text Example


Text Example

White with #3C004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,0,75); }

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

background-color css

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

 a { background-color: rgb(60,0,75); }

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

border-color css

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

 span { border-color: rgb(60,0,75); }

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