Html Css Color HEX #2B2332 Blackcurrant

📋 copy color: '#2B2332'

red 43 ◦ green 35 ◦ blue 50

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

Shades of Blackcurrant #2B2332

Tints of Blackcurrant #2B2332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.34%

 BLUE value IS 50 (19.92% from 255) = 39.06%

R = 33.59%
G = 27.34%
B = 39.06%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2B2332 (or 0x2B2332) is known color: Blackcurrant. HEX triplet: 2B, 23 and 32. RGB value is (43,35,50). Sum of RGB (Red+Green+Blue) = 43+35+50=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 50 - color contains mainly: blue. Hex color #2B2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2332 is #D4DCCD. Grayscale: #272727. Windows color (decimal): -13950158 or 3285803. OLE color: 3285803.

HSL color Cylindrical-coordinate representation of color #2B2332: hue angle of 272º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B2332 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 43 35 50 -
CMYK 0.14 0.30 0 0.80
HSL 272º 0.18% 0.17% -
HSV(B) 272º 0.3% 0.2% -
XYZ 2.17 1.95 3.28 -
YUV 39.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 43 35 50 0.14 0.30 0 0.80 272 0.18 0.17
Hex 2B 23 32 E 1E 0 50 110 12 11
Octal 53 43 62 16 36 0 120 420 22 21
Binary 101011 100011 110010 1110 11110 0 1010000 100010000 10010 10001

Color Harmonies of #2B2332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2332

Black with #2B2332

Text Example


Text Example

White with #2B2332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,35,50); }

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

background-color css

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

 a { background-color: rgb(43,35,50); }

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

border-color css

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

 span { border-color: rgb(43,35,50); }

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