Html Css Color HEX #3C044B Blackcurrant

📋 copy color: '#3C044B'

red 60 ◦ green 4 ◦ blue 75

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

Shades of Blackcurrant #3C044B

Tints of Blackcurrant #3C044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

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

R = 43.17%
G = 2.88%
B = 53.96%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C044B (or 0x3C044B) is known color: Blackcurrant. HEX triplet: 3C, 04 and 4B. RGB value is (60,4,75). Sum of RGB (Red+Green+Blue) = 60+4+75=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C044B is #C3FBB4. Grayscale: #1C1C1C. Windows color (decimal): -12843957 or 4916284. OLE color: 4916284.

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

Color convert

RGB 60 4 75 -
CMYK 0.20 0.95 0 0.71
HSL 287.32º 0.9% 0.15% -
HSV(B) 287.32º 0.95% 0.29% -
XYZ 3.18 1.56 6.79 -
YUV 28.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 60 4 75 0.20 0.95 0 0.71 287.32 0.9 0.15
Hex 3C 4 4B 14 5F 0 47 11F 5A F
Octal 74 4 113 24 137 0 107 437 132 17
Binary 111100 100 1001011 10100 1011111 0 1000111 100011111 1011010 1111

Color Harmonies of #3C044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C044B

Black with #3C044B

Text Example


Text Example

White with #3C044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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