Html Css Color HEX #3A144B Blackcurrant

📋 copy color: '#3A144B'

red 58 ◦ green 20 ◦ blue 75

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

Shades of Blackcurrant #3A144B

Tints of Blackcurrant #3A144B

RGB

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

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

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

R = 37.91%
G = 13.07%
B = 49.02%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A144B (or 0x3A144B) is known color: Blackcurrant. HEX triplet: 3A, 14 and 4B. RGB value is (58,20,75). Sum of RGB (Red+Green+Blue) = 58+20+75=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A144B is #C5EBB4. Grayscale: #252525. Windows color (decimal): -12970933 or 4920378. OLE color: 4920378.

HSL color Cylindrical-coordinate representation of color #3A144B: hue angle of 281.45º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A144B is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 20 75 -
CMYK 0.23 0.73 0 0.71
HSL 281.45º 0.58% 0.19% -
HSV(B) 281.45º 0.73% 0.29% -
XYZ 3.27 1.91 6.85 -
YUV 37.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 58 20 75 0.23 0.73 0 0.71 281.45 0.58 0.19
Hex 3A 14 4B 17 49 0 47 119 3A 13
Octal 72 24 113 27 111 0 107 431 72 23
Binary 111010 10100 1001011 10111 1001001 0 1000111 100011001 111010 10011

Color Harmonies of #3A144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A144B

Black with #3A144B

Text Example


Text Example

White with #3A144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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