Html Css Color HEX #3B1348 Blackcurrant

📋 copy color: '#3B1348'

red 59 ◦ green 19 ◦ blue 72

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

Shades of Blackcurrant #3B1348

Tints of Blackcurrant #3B1348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

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

R = 39.33%
G = 12.67%
B = 48%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B1348 (or 0x3B1348) is known color: Blackcurrant. HEX triplet: 3B, 13 and 48. RGB value is (59,19,72). Sum of RGB (Red+Green+Blue) = 59+19+72=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1348 is #C4ECB7. Grayscale: #242424. Windows color (decimal): -12905656 or 4723515. OLE color: 4723515.

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

Color convert

RGB 59 19 72 -
CMYK 0.18 0.74 0 0.72
HSL 285.28º 0.58% 0.18% -
HSV(B) 285.28º 0.74% 0.28% -
XYZ 3.21 1.86 6.32 -
YUV 37 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 59 19 72 0.18 0.74 0 0.72 285.28 0.58 0.18
Hex 3B 13 48 12 4A 0 48 11D 3A 12
Octal 73 23 110 22 112 0 110 435 72 22
Binary 111011 10011 1001000 10010 1001010 0 1001000 100011101 111010 10010

Color Harmonies of #3B1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1348

Black with #3B1348

Text Example


Text Example

White with #3B1348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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