Html Css Color HEX #3B1048 Blackcurrant

📋 copy color: '#3B1048'

red 59 ◦ green 16 ◦ blue 72

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

Shades of Blackcurrant #3B1048

Tints of Blackcurrant #3B1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

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

R = 40.14%
G = 10.88%
B = 48.98%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B1048 (or 0x3B1048) is known color: Blackcurrant. HEX triplet: 3B, 10 and 48. RGB value is (59,16,72). Sum of RGB (Red+Green+Blue) = 59+16+72=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B1048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1048 is #C4EFB7. Grayscale: #232323. Windows color (decimal): -12906424 or 4722747. OLE color: 4722747.

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

Color convert

RGB 59 16 72 -
CMYK 0.18 0.78 0 0.72
HSL 286.07º 0.64% 0.17% -
HSV(B) 286.07º 0.78% 0.28% -
XYZ 3.16 1.77 6.31 -
YUV 35.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 59 16 72 0.18 0.78 0 0.72 286.07 0.64 0.17
Hex 3B 10 48 12 4E 0 48 11E 40 11
Octal 73 20 110 22 116 0 110 436 100 21
Binary 111011 10000 1001000 10010 1001110 0 1001000 100011110 1000000 10001

Color Harmonies of #3B1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1048

Black with #3B1048

Text Example


Text Example

White with #3B1048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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