Html Css Color HEX #2B252F Blackcurrant

📋 copy color: '#2B252F'

red 43 ◦ green 37 ◦ blue 47

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

Shades of Blackcurrant #2B252F

Tints of Blackcurrant #2B252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 33.86%
G = 29.13%
B = 37.01%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2B252F (or 0x2B252F) is known color: Blackcurrant. HEX triplet: 2B, 25 and 2F. RGB value is (43,37,47). Sum of RGB (Red+Green+Blue) = 43+37+47=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B252F is #D4DAD0. Grayscale: #272727. Windows color (decimal): -13949649 or 3089707. OLE color: 3089707.

HSL color Cylindrical-coordinate representation of color #2B252F: hue angle of 276º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2B252F is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 43 37 47 -
CMYK 0.09 0.21 0 0.82
HSL 276º 0.12% 0.16% -
HSV(B) 276º 0.21% 0.18% -
XYZ 2.17 2.04 2.97 -
YUV 39.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 43 37 47 0.09 0.21 0 0.82 276 0.12 0.16
Hex 2B 25 2F 9 15 0 52 114 C 10
Octal 53 45 57 11 25 0 122 424 14 20
Binary 101011 100101 101111 1001 10101 0 1010010 100010100 1100 10000

Color Harmonies of #2B252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B252F

Black with #2B252F

Text Example


Text Example

White with #2B252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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