Html Css Color HEX #3B0148 Blackcurrant

📋 copy color: '#3B0148'

red 59 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #3B0148

Tints of Blackcurrant #3B0148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 72 (28.52% from 255) = 54.55%

R = 44.7%
G = 0.76%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B0148 (or 0x3B0148) is known color: Blackcurrant. HEX triplet: 3B, 01 and 48. RGB value is (59,1,72). Sum of RGB (Red+Green+Blue) = 59+1+72=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0148 is #C4FEB7. Grayscale: #1A1A1A. Windows color (decimal): -12910264 or 4718907. OLE color: 4718907.

HSL color Cylindrical-coordinate representation of color #3B0148: hue angle of 289.01º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0148 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 1 72 -
CMYK 0.18 0.99 0 0.72
HSL 289.01º 0.97% 0.14% -
HSV(B) 289.01º 0.99% 0.28% -
XYZ 2.98 1.42 6.25 -
YUV 26.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 59 1 72 0.18 0.99 0 0.72 289.01 0.97 0.14
Hex 3B 1 48 12 63 0 48 121 61 E
Octal 73 1 110 22 143 0 110 441 141 16
Binary 111011 1 1001000 10010 1100011 0 1001000 100100001 1100001 1110

Color Harmonies of #3B0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0148

Black with #3B0148

Text Example


Text Example

White with #3B0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,1,72); }

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

background-color css

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

 a { background-color: rgb(59,1,72); }

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

border-color css

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

 span { border-color: rgb(59,1,72); }

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