Html Css Color HEX #3B0548 Blackcurrant

📋 copy color: '#3B0548'

red 59 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #3B0548

Tints of Blackcurrant #3B0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

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

R = 43.38%
G = 3.68%
B = 52.94%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B0548 (or 0x3B0548) is known color: Blackcurrant. HEX triplet: 3B, 05 and 48. RGB value is (59,5,72). Sum of RGB (Red+Green+Blue) = 59+5+72=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B0548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0548 is #C4FAB7. Grayscale: #1C1C1C. Windows color (decimal): -12909240 or 4719931. OLE color: 4719931.

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

Color convert

RGB 59 5 72 -
CMYK 0.18 0.93 0 0.72
HSL 288.36º 0.87% 0.15% -
HSV(B) 288.36º 0.93% 0.28% -
XYZ 3.03 1.51 6.26 -
YUV 28.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 59 5 72 0.18 0.93 0 0.72 288.36 0.87 0.15
Hex 3B 5 48 12 5D 0 48 120 57 F
Octal 73 5 110 22 135 0 110 440 127 17
Binary 111011 101 1001000 10010 1011101 0 1001000 100100000 1010111 1111

Color Harmonies of #3B0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0548

Black with #3B0548

Text Example


Text Example

White with #3B0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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