Html Css Color HEX #3B174B Blackcurrant

📋 copy color: '#3B174B'

red 59 ◦ green 23 ◦ blue 75

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

Shades of Blackcurrant #3B174B

Tints of Blackcurrant #3B174B

RGB

 RED value IS 59 (23.44% from 255) = 37.58%

 GREEN value IS 23 (9.38% from 255) = 14.65%

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

R = 37.58%
G = 14.65%
B = 47.77%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B174B (or 0x3B174B) is known color: Blackcurrant. HEX triplet: 3B, 17 and 4B. RGB value is (59,23,75). Sum of RGB (Red+Green+Blue) = 59+23+75=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 23 (9.38% from 255 or 14.65% 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 #3B174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B174B is #C4E8B4. Grayscale: #272727. Windows color (decimal): -12904629 or 4921147. OLE color: 4921147.

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

Color convert

RGB 59 23 75 -
CMYK 0.21 0.69 0 0.71
HSL 281.54º 0.53% 0.19% -
HSV(B) 281.54º 0.69% 0.29% -
XYZ 3.38 2.05 6.87 -
YUV 39.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 59 23 75 0.21 0.69 0 0.71 281.54 0.53 0.19
Hex 3B 17 4B 15 45 0 47 11A 35 13
Octal 73 27 113 25 105 0 107 432 65 23
Binary 111011 10111 1001011 10101 1000101 0 1000111 100011010 110101 10011

Color Harmonies of #3B174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B174B

Black with #3B174B

Text Example


Text Example

White with #3B174B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,23,75); }

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

background-color css

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

 a { background-color: rgb(59,23,75); }

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

border-color css

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

 span { border-color: rgb(59,23,75); }

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