Html Css Color HEX #2B2133 Blackcurrant

📋 copy color: '#2B2133'

red 43 ◦ green 33 ◦ blue 51

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

Shades of Blackcurrant #2B2133

Tints of Blackcurrant #2B2133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.98%

 BLUE value IS 51 (20.31% from 255) = 40.16%

R = 33.86%
G = 25.98%
B = 40.16%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#2B2133 (or 0x2B2133) is known color: Blackcurrant. HEX triplet: 2B, 21 and 33. RGB value is (43,33,51). Sum of RGB (Red+Green+Blue) = 43+33+51=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 51 - color contains mainly: blue. Hex color #2B2133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2133 is #D4DECC. Grayscale: #252525. Windows color (decimal): -13950669 or 3350827. OLE color: 3350827.

HSL color Cylindrical-coordinate representation of color #2B2133: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B2133 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 43 33 51 -
CMYK 0.16 0.35 0 0.8
HSL 273.33º 0.21% 0.16% -
HSV(B) 273.33º 0.35% 0.2% -
XYZ 2.14 1.84 3.37 -
YUV 38.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 43 33 51 0.16 0.35 0 0.8 273.33 0.21 0.16
Hex 2B 21 33 10 23 0 50 111 15 10
Octal 53 41 63 20 43 0 120 421 25 20
Binary 101011 100001 110011 10000 100011 0 1010000 100010001 10101 10000

Color Harmonies of #2B2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2133

Black with #2B2133

Text Example


Text Example

White with #2B2133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,51); }

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

background-color css

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

 a { background-color: rgb(43,33,51); }

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

border-color css

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

 span { border-color: rgb(43,33,51); }

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