Html Css Color HEX #3B0348 Blackcurrant

📋 copy color: '#3B0348'

red 59 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #3B0348

Tints of Blackcurrant #3B0348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

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

R = 44.03%
G = 2.24%
B = 53.73%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B0348 (or 0x3B0348) is known color: Blackcurrant. HEX triplet: 3B, 03 and 48. RGB value is (59,3,72). Sum of RGB (Red+Green+Blue) = 59+3+72=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B0348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0348 is #C4FCB7. Grayscale: #1B1B1B. Windows color (decimal): -12909752 or 4719419. OLE color: 4719419.

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

Color convert

RGB 59 3 72 -
CMYK 0.18 0.96 0 0.72
HSL 288.7º 0.92% 0.15% -
HSV(B) 288.7º 0.96% 0.28% -
XYZ 3.01 1.46 6.25 -
YUV 27.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 59 3 72 0.18 0.96 0 0.72 288.7 0.92 0.15
Hex 3B 3 48 12 60 0 48 121 5C F
Octal 73 3 110 22 140 0 110 441 134 17
Binary 111011 11 1001000 10010 1100000 0 1001000 100100001 1011100 1111

Color Harmonies of #3B0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0348

Black with #3B0348

Text Example


Text Example

White with #3B0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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