Html Css Color HEX #2B2331 Blackcurrant

📋 copy color: '#2B2331'

red 43 ◦ green 35 ◦ blue 49

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

Shades of Blackcurrant #2B2331

Tints of Blackcurrant #2B2331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 38.58%

R = 33.86%
G = 27.56%
B = 38.58%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2B2331 (or 0x2B2331) is known color: Blackcurrant. HEX triplet: 2B, 23 and 31. RGB value is (43,35,49). Sum of RGB (Red+Green+Blue) = 43+35+49=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B2331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2331 is #D4DCCE. Grayscale: #262626. Windows color (decimal): -13950159 or 3220267. OLE color: 3220267.

HSL color Cylindrical-coordinate representation of color #2B2331: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2B2331 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 43 35 49 -
CMYK 0.12 0.29 0 0.81
HSL 274.29º 0.17% 0.16% -
HSV(B) 274.29º 0.29% 0.19% -
XYZ 2.15 1.94 3.17 -
YUV 38.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 43 35 49 0.12 0.29 0 0.81 274.29 0.17 0.16
Hex 2B 23 31 C 1D 0 51 112 11 10
Octal 53 43 61 14 35 0 121 422 21 20
Binary 101011 100011 110001 1100 11101 0 1010001 100010010 10001 10000

Color Harmonies of #2B2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2331

Black with #2B2331

Text Example


Text Example

White with #2B2331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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