Html Css Color HEX #3A134B Blackcurrant

📋 copy color: '#3A134B'

red 58 ◦ green 19 ◦ blue 75

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

Shades of Blackcurrant #3A134B

Tints of Blackcurrant #3A134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 38.16%
G = 12.5%
B = 49.34%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A134B (or 0x3A134B) is known color: Blackcurrant. HEX triplet: 3A, 13 and 4B. RGB value is (58,19,75). Sum of RGB (Red+Green+Blue) = 58+19+75=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A134B is #C5ECB4. Grayscale: #242424. Windows color (decimal): -12971189 or 4920122. OLE color: 4920122.

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

Color convert

RGB 58 19 75 -
CMYK 0.23 0.75 0 0.71
HSL 281.79º 0.6% 0.18% -
HSV(B) 281.79º 0.75% 0.29% -
XYZ 3.25 1.87 6.85 -
YUV 37.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 58 19 75 0.23 0.75 0 0.71 281.79 0.6 0.18
Hex 3A 13 4B 17 4B 0 47 11A 3C 12
Octal 72 23 113 27 113 0 107 432 74 22
Binary 111010 10011 1001011 10111 1001011 0 1000111 100011010 111100 10010

Color Harmonies of #3A134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A134B

Black with #3A134B

Text Example


Text Example

White with #3A134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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