Html Css Color HEX #3B1145 Blackcurrant

📋 copy color: '#3B1145'

red 59 ◦ green 17 ◦ blue 69

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

Shades of Blackcurrant #3B1145

Tints of Blackcurrant #3B1145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

 BLUE value IS 69 (27.34% from 255) = 47.59%

R = 40.69%
G = 11.72%
B = 47.59%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3B1145 (or 0x3B1145) is known color: Blackcurrant. HEX triplet: 3B, 11 and 45. RGB value is (59,17,69). Sum of RGB (Red+Green+Blue) = 59+17+69=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #3B1145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1145 is #C4EEBA. Grayscale: #232323. Windows color (decimal): -12906171 or 4526395. OLE color: 4526395.

HSL color Cylindrical-coordinate representation of color #3B1145: hue angle of 288.46º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1145 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 17 69 -
CMYK 0.14 0.75 0 0.73
HSL 288.46º 0.6% 0.17% -
HSV(B) 288.46º 0.75% 0.27% -
XYZ 3.08 1.76 5.81 -
YUV 35.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 59 17 69 0.14 0.75 0 0.73 288.46 0.6 0.17
Hex 3B 11 45 E 4B 0 49 120 3C 11
Octal 73 21 105 16 113 0 111 440 74 21
Binary 111011 10001 1000101 1110 1001011 0 1001001 100100000 111100 10001

Color Harmonies of #3B1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1145

Black with #3B1145

Text Example


Text Example

White with #3B1145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,17,69); }

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

background-color css

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

 a { background-color: rgb(59,17,69); }

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

border-color css

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

 span { border-color: rgb(59,17,69); }

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