Html Css Color HEX #3B0254 Blackcurrant

📋 copy color: '#3B0254'

red 59 ◦ green 2 ◦ blue 84

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

Shades of Blackcurrant #3B0254

Tints of Blackcurrant #3B0254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

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

R = 40.69%
G = 1.38%
B = 57.93%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B0254 (or 0x3B0254) is known color: Blackcurrant. HEX triplet: 3B, 02 and 54. RGB value is (59,2,84). Sum of RGB (Red+Green+Blue) = 59+2+84=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 84 (33.20% from 255 or 57.93% from 145); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B0254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0254 is #C4FDAB. Grayscale: #1C1C1C. Windows color (decimal): -12909996 or 5505595. OLE color: 5505595.

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

Color convert

RGB 59 2 84 -
CMYK 0.30 0.98 0 0.67
HSL 281.71º 0.95% 0.17% -
HSV(B) 281.71º 0.98% 0.33% -
XYZ 3.43 1.61 8.52 -
YUV 28.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 59 2 84 0.30 0.98 0 0.67 281.71 0.95 0.17
Hex 3B 2 54 1E 62 0 43 11A 5F 11
Octal 73 2 124 36 142 0 103 432 137 21
Binary 111011 10 1010100 11110 1100010 0 1000011 100011010 1011111 10001

Color Harmonies of #3B0254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0254

Black with #3B0254

Text Example


Text Example

White with #3B0254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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