Html Css Color HEX #3B0250 Blackcurrant

📋 copy color: '#3B0250'

red 59 ◦ green 2 ◦ blue 80

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

Shades of Blackcurrant #3B0250

Tints of Blackcurrant #3B0250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 56.74%

R = 41.84%
G = 1.42%
B = 56.74%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B0250 (or 0x3B0250) is known color: Blackcurrant. HEX triplet: 3B, 02 and 50. RGB value is (59,2,80). Sum of RGB (Red+Green+Blue) = 59+2+80=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B0250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0250 is #C4FDAF. Grayscale: #1B1B1B. Windows color (decimal): -12910000 or 5243451. OLE color: 5243451.

HSL color Cylindrical-coordinate representation of color #3B0250: hue angle of 283.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0250 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 2 80 -
CMYK 0.26 0.98 0 0.69
HSL 283.85º 0.95% 0.16% -
HSV(B) 283.85º 0.98% 0.31% -
XYZ 3.27 1.55 7.72 -
YUV 27.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 59 2 80 0.26 0.98 0 0.69 283.85 0.95 0.16
Hex 3B 2 50 1A 62 0 45 11C 5F 10
Octal 73 2 120 32 142 0 105 434 137 20
Binary 111011 10 1010000 11010 1100010 0 1000101 100011100 1011111 10000

Color Harmonies of #3B0250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0250

Black with #3B0250

Text Example


Text Example

White with #3B0250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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