Html Css Color HEX #3B1248 Blackcurrant

📋 copy color: '#3B1248'

red 59 ◦ green 18 ◦ blue 72

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

Shades of Blackcurrant #3B1248

Tints of Blackcurrant #3B1248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

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

R = 39.6%
G = 12.08%
B = 48.32%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B1248 (or 0x3B1248) is known color: Blackcurrant. HEX triplet: 3B, 12 and 48. RGB value is (59,18,72). Sum of RGB (Red+Green+Blue) = 59+18+72=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1248 is #C4EDB7. Grayscale: #242424. Windows color (decimal): -12905912 or 4723259. OLE color: 4723259.

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

Color convert

RGB 59 18 72 -
CMYK 0.18 0.75 0 0.72
HSL 285.56º 0.6% 0.18% -
HSV(B) 285.56º 0.75% 0.28% -
XYZ 3.19 1.83 6.32 -
YUV 36.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 59 18 72 0.18 0.75 0 0.72 285.56 0.6 0.18
Hex 3B 12 48 12 4B 0 48 11E 3C 12
Octal 73 22 110 22 113 0 110 436 74 22
Binary 111011 10010 1001000 10010 1001011 0 1001000 100011110 111100 10010

Color Harmonies of #3B1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1248

Black with #3B1248

Text Example


Text Example

White with #3B1248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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