Html Css Color HEX #2B0136 Blackcurrant

📋 copy color: '#2B0136'

red 43 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #2B0136

Tints of Blackcurrant #2B0136

RGB

 RED value IS 43 (17.19% from 255) = 43.88%

 GREEN value IS 1 (0.78% from 255) = 1.02%

 BLUE value IS 54 (21.48% from 255) = 55.1%

R = 43.88%
G = 1.02%
B = 55.1%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2B0136 (or 0x2B0136) is known color: Blackcurrant. HEX triplet: 2B, 01 and 36. RGB value is (43,1,54). Sum of RGB (Red+Green+Blue) = 43+1+54=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #2B0136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0136 is #D4FEC9. Grayscale: #131313. Windows color (decimal): -13958858 or 3539243. OLE color: 3539243.

HSL color Cylindrical-coordinate representation of color #2B0136: hue angle of 287.55º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0136 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 43 1 54 -
CMYK 0.20 0.98 0 0.79
HSL 287.55º 0.96% 0.11% -
HSV(B) 287.55º 0.98% 0.21% -
XYZ 1.67 0.8 3.56 -
YUV 19.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 43 1 54 0.20 0.98 0 0.79 287.55 0.96 0.11
Hex 2B 1 36 14 62 0 4F 120 60 B
Octal 53 1 66 24 142 0 117 440 140 13
Binary 101011 1 110110 10100 1100010 0 1001111 100100000 1100000 1011

Color Harmonies of #2B0136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0136

Black with #2B0136

Text Example


Text Example

White with #2B0136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B0136; }

 p { color: rgb(43,1,54); }

 H1.HeaderClassName
 {
   color: #2B0136;
 }
 .AnyTagClassName
 {
   color: #2B0136;
 }
</style>

background-color css

<style>
 a { background-color: #2B0136; }

 a { background-color: rgb(43,1,54); }

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

border-color css

<style>
 span { border-color: #2B0136; }

 span { border-color: rgb(43,1,54); }

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