Html Css Color HEX #3A184B Blackcurrant

📋 copy color: '#3A184B'

red 58 ◦ green 24 ◦ blue 75

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

Shades of Blackcurrant #3A184B

Tints of Blackcurrant #3A184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 36.94%
G = 15.29%
B = 47.77%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A184B (or 0x3A184B) is known color: Blackcurrant. HEX triplet: 3A, 18 and 4B. RGB value is (58,24,75). Sum of RGB (Red+Green+Blue) = 58+24+75=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A184B is #C5E7B4. Grayscale: #272727. Windows color (decimal): -12969909 or 4921402. OLE color: 4921402.

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

Color convert

RGB 58 24 75 -
CMYK 0.23 0.68 0 0.71
HSL 280º 0.52% 0.19% -
HSV(B) 280º 0.68% 0.29% -
XYZ 3.34 2.06 6.88 -
YUV 39.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 58 24 75 0.23 0.68 0 0.71 280 0.52 0.19
Hex 3A 18 4B 17 44 0 47 118 34 13
Octal 72 30 113 27 104 0 107 430 64 23
Binary 111010 11000 1001011 10111 1000100 0 1000111 100011000 110100 10011

Color Harmonies of #3A184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A184B

Black with #3A184B

Text Example


Text Example

White with #3A184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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