Html Css Color HEX #3B1F42 Blackcurrant

📋 copy color: '#3B1F42'

red 59 ◦ green 31 ◦ blue 66

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

Shades of Blackcurrant #3B1F42

Tints of Blackcurrant #3B1F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.87%

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 37.82%
G = 19.87%
B = 42.31%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3B1F42 (or 0x3B1F42) is known color: Blackcurrant. HEX triplet: 3B, 1F and 42. RGB value is (59,31,66). Sum of RGB (Red+Green+Blue) = 59+31+66=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #3B1F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F42 is #C4E0BD. Grayscale: #2B2B2B. Windows color (decimal): -12902590 or 4333371. OLE color: 4333371.

HSL color Cylindrical-coordinate representation of color #3B1F42: hue angle of 288º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B1F42 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 59 31 66 -
CMYK 0.11 0.53 0 0.74
HSL 288º 0.36% 0.19% -
HSV(B) 288º 0.53% 0.26% -
XYZ 3.28 2.3 5.43 -
YUV 43.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 59 31 66 0.11 0.53 0 0.74 288 0.36 0.19
Hex 3B 1F 42 B 35 0 4A 120 24 13
Octal 73 37 102 13 65 0 112 440 44 23
Binary 111011 11111 1000010 1011 110101 0 1001010 100100000 100100 10011

Color Harmonies of #3B1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1F42

Black with #3B1F42

Text Example


Text Example

White with #3B1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,31,66); }

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

background-color css

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

 a { background-color: rgb(59,31,66); }

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

border-color css

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

 span { border-color: rgb(59,31,66); }

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