Html Css Color HEX #3B0343 Blackcurrant

📋 copy color: '#3B0343'

red 59 ◦ green 3 ◦ blue 67

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

Shades of Blackcurrant #3B0343

Tints of Blackcurrant #3B0343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 51.94%

R = 45.74%
G = 2.33%
B = 51.94%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3B0343 (or 0x3B0343) is known color: Blackcurrant. HEX triplet: 3B, 03 and 43. RGB value is (59,3,67). Sum of RGB (Red+Green+Blue) = 59+3+67=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #3B0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0343 is #C4FCBC. Grayscale: #1A1A1A. Windows color (decimal): -12909757 or 4391739. OLE color: 4391739.

HSL color Cylindrical-coordinate representation of color #3B0343: hue angle of 292.5º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B0343 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 59 3 67 -
CMYK 0.12 0.96 0 0.74
HSL 292.5º 0.91% 0.14% -
HSV(B) 292.5º 0.96% 0.26% -
XYZ 2.85 1.4 5.43 -
YUV 27.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 59 3 67 0.12 0.96 0 0.74 292.5 0.91 0.14
Hex 3B 3 43 C 60 0 4A 124 5B E
Octal 73 3 103 14 140 0 112 444 133 16
Binary 111011 11 1000011 1100 1100000 0 1001010 100100100 1011011 1110

Color Harmonies of #3B0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0343

Black with #3B0343

Text Example


Text Example

White with #3B0343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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