Html Css Color HEX #3B0742 Blackcurrant

📋 copy color: '#3B0742'

red 59 ◦ green 7 ◦ blue 66

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

Shades of Blackcurrant #3B0742

Tints of Blackcurrant #3B0742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.3%

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

R = 44.7%
G = 5.3%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3B0742 (or 0x3B0742) is known color: Blackcurrant. HEX triplet: 3B, 07 and 42. RGB value is (59,7,66). Sum of RGB (Red+Green+Blue) = 59+7+66=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #3B0742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0742 is #C4F8BD. Grayscale: #1D1D1D. Windows color (decimal): -12908734 or 4327227. OLE color: 4327227.

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

Color convert

RGB 59 7 66 -
CMYK 0.11 0.89 0 0.74
HSL 292.88º 0.81% 0.14% -
HSV(B) 292.88º 0.89% 0.26% -
XYZ 2.86 1.48 5.29 -
YUV 29.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 59 7 66 0.11 0.89 0 0.74 292.88 0.81 0.14
Hex 3B 7 42 B 59 0 4A 125 51 E
Octal 73 7 102 13 131 0 112 445 121 16
Binary 111011 111 1000010 1011 1011001 0 1001010 100100101 1010001 1110

Color Harmonies of #3B0742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0742

Black with #3B0742

Text Example


Text Example

White with #3B0742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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