Html Css Color HEX #2B2330 Blackcurrant

📋 copy color: '#2B2330'

red 43 ◦ green 35 ◦ blue 48

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

Shades of Blackcurrant #2B2330

Tints of Blackcurrant #2B2330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 38.1%

R = 34.13%
G = 27.78%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2B2330 (or 0x2B2330) is known color: Blackcurrant. HEX triplet: 2B, 23 and 30. RGB value is (43,35,48). Sum of RGB (Red+Green+Blue) = 43+35+48=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2330 is #D4DCCF. Grayscale: #262626. Windows color (decimal): -13950160 or 3154731. OLE color: 3154731.

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

Color convert

RGB 43 35 48 -
CMYK 0.10 0.27 0 0.81
HSL 276.92º 0.16% 0.16% -
HSV(B) 276.92º 0.27% 0.19% -
XYZ 2.13 1.93 3.06 -
YUV 38.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 43 35 48 0.10 0.27 0 0.81 276.92 0.16 0.16
Hex 2B 23 30 A 1B 0 51 115 10 10
Octal 53 43 60 12 33 0 121 425 20 20
Binary 101011 100011 110000 1010 11011 0 1010001 100010101 10000 10000

Color Harmonies of #2B2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2330

Black with #2B2330

Text Example


Text Example

White with #2B2330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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