Html Css Color HEX #3B0453 Blackcurrant

📋 copy color: '#3B0453'

red 59 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #3B0453

Tints of Blackcurrant #3B0453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 56.85%

R = 40.41%
G = 2.74%
B = 56.85%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B0453 (or 0x3B0453) is known color: Blackcurrant. HEX triplet: 3B, 04 and 53. RGB value is (59,4,83). Sum of RGB (Red+Green+Blue) = 59+4+83=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B0453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0453 is #C4FBAC. Grayscale: #1D1D1D. Windows color (decimal): -12909485 or 5440571. OLE color: 5440571.

HSL color Cylindrical-coordinate representation of color #3B0453: hue angle of 281.77º 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 #3B0453 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 4 83 -
CMYK 0.29 0.95 0 0.67
HSL 281.77º 0.91% 0.17% -
HSV(B) 281.77º 0.95% 0.33% -
XYZ 3.41 1.64 8.32 -
YUV 29.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 59 4 83 0.29 0.95 0 0.67 281.77 0.91 0.17
Hex 3B 4 53 1D 5F 0 43 11A 5B 11
Octal 73 4 123 35 137 0 103 432 133 21
Binary 111011 100 1010011 11101 1011111 0 1000011 100011010 1011011 10001

Color Harmonies of #3B0453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0453

Black with #3B0453

Text Example


Text Example

White with #3B0453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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