Html Css Color HEX #3A144C Blackcurrant

📋 copy color: '#3A144C'

red 58 ◦ green 20 ◦ blue 76

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

Shades of Blackcurrant #3A144C

Tints of Blackcurrant #3A144C

RGB

 RED value IS 58 (23.05% from 255) = 37.66%

 GREEN value IS 20 (8.2% from 255) = 12.99%

 BLUE value IS 76 (30.08% from 255) = 49.35%

R = 37.66%
G = 12.99%
B = 49.35%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A144C (or 0x3A144C) is known color: Blackcurrant. HEX triplet: 3A, 14 and 4C. RGB value is (58,20,76). Sum of RGB (Red+Green+Blue) = 58+20+76=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A144C is #C5EBB3. Grayscale: #252525. Windows color (decimal): -12970932 or 4985914. OLE color: 4985914.

HSL color Cylindrical-coordinate representation of color #3A144C: hue angle of 280.71º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A144C is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 20 76 -
CMYK 0.24 0.74 0 0.70
HSL 280.71º 0.58% 0.19% -
HSV(B) 280.71º 0.74% 0.3% -
XYZ 3.3 1.92 7.03 -
YUV 37.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 58 20 76 0.24 0.74 0 0.70 280.71 0.58 0.19
Hex 3A 14 4C 18 4A 0 46 119 3A 13
Octal 72 24 114 30 112 0 106 431 72 23
Binary 111010 10100 1001100 11000 1001010 0 1000110 100011001 111010 10011

Color Harmonies of #3A144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A144C

Black with #3A144C

Text Example


Text Example

White with #3A144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,20,76); }

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

background-color css

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

 a { background-color: rgb(58,20,76); }

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

border-color css

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

 span { border-color: rgb(58,20,76); }

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