Html Css Color HEX #3B0454 Blackcurrant

📋 copy color: '#3B0454'

red 59 ◦ green 4 ◦ blue 84

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

Shades of Blackcurrant #3B0454

Tints of Blackcurrant #3B0454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

 BLUE value IS 84 (33.2% from 255) = 57.14%

R = 40.14%
G = 2.72%
B = 57.14%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B0454 (or 0x3B0454) is known color: Blackcurrant. HEX triplet: 3B, 04 and 54. RGB value is (59,4,84). Sum of RGB (Red+Green+Blue) = 59+4+84=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B0454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0454 is #C4FBAB. Grayscale: #1D1D1D. Windows color (decimal): -12909484 or 5506107. OLE color: 5506107.

HSL color Cylindrical-coordinate representation of color #3B0454: hue angle of 281.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0454 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 4 84 -
CMYK 0.30 0.95 0 0.67
HSL 281.25º 0.91% 0.17% -
HSV(B) 281.25º 0.95% 0.33% -
XYZ 3.45 1.66 8.53 -
YUV 29.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 59 4 84 0.30 0.95 0 0.67 281.25 0.91 0.17
Hex 3B 4 54 1E 5F 0 43 119 5B 11
Octal 73 4 124 36 137 0 103 431 133 21
Binary 111011 100 1010100 11110 1011111 0 1000011 100011001 1011011 10001

Color Harmonies of #3B0454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0454

Black with #3B0454

Text Example


Text Example

White with #3B0454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,4,84); }

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

background-color css

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

 a { background-color: rgb(59,4,84); }

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

border-color css

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

 span { border-color: rgb(59,4,84); }

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