Html Css Color HEX #2B2530 Blackcurrant

📋 copy color: '#2B2530'

red 43 ◦ green 37 ◦ blue 48

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

Shades of Blackcurrant #2B2530

Tints of Blackcurrant #2B2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 33.59%
G = 28.91%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2B2530 (or 0x2B2530) is known color: Blackcurrant. HEX triplet: 2B, 25 and 30. RGB value is (43,37,48). Sum of RGB (Red+Green+Blue) = 43+37+48=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2530 is #D4DACF. Grayscale: #282828. Windows color (decimal): -13949648 or 3155243. OLE color: 3155243.

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

Color convert

RGB 43 37 48 -
CMYK 0.10 0.23 0 0.81
HSL 272.73º 0.13% 0.17% -
HSV(B) 272.73º 0.23% 0.19% -
XYZ 2.19 2.05 3.08 -
YUV 40.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 43 37 48 0.10 0.23 0 0.81 272.73 0.13 0.17
Hex 2B 25 30 A 17 0 51 111 D 11
Octal 53 45 60 12 27 0 121 421 15 21
Binary 101011 100101 110000 1010 10111 0 1010001 100010001 1101 10001

Color Harmonies of #2B2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2530

Black with #2B2530

Text Example


Text Example

White with #2B2530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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