Html Css Color HEX #3B034D Blackcurrant

📋 copy color: '#3B034D'

red 59 ◦ green 3 ◦ blue 77

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

Shades of Blackcurrant #3B034D

Tints of Blackcurrant #3B034D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 55.4%

R = 42.45%
G = 2.16%
B = 55.4%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B034D (or 0x3B034D) is known color: Blackcurrant. HEX triplet: 3B, 03 and 4D. RGB value is (59,3,77). Sum of RGB (Red+Green+Blue) = 59+3+77=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B034D is #C4FCB2. Grayscale: #1B1B1B. Windows color (decimal): -12909747 or 5047099. OLE color: 5047099.

HSL color Cylindrical-coordinate representation of color #3B034D: hue angle of 285.41º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B034D is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 3 77 -
CMYK 0.23 0.96 0 0.70
HSL 285.41º 0.93% 0.16% -
HSV(B) 285.41º 0.96% 0.3% -
XYZ 3.18 1.53 7.15 -
YUV 28.18 155.55 149.98 -
System Red Green Blue C M Y K H S L
Decimal 59 3 77 0.23 0.96 0 0.70 285.41 0.93 0.16
Hex 3B 3 4D 17 60 0 46 11D 5C 10
Octal 73 3 115 27 140 0 106 435 134 20
Binary 111011 11 1001101 10111 1100000 0 1000110 100011101 1011100 10000

Color Harmonies of #3B034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B034D

Black with #3B034D

Text Example


Text Example

White with #3B034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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