Html Css Color HEX #2C272E Blackcurrant

📋 copy color: '#2C272E'

red 44 ◦ green 39 ◦ blue 46

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

Shades of Blackcurrant #2C272E

Tints of Blackcurrant #2C272E

RGB

 RED value IS 44 (17.58% from 255) = 34.11%

 GREEN value IS 39 (15.63% from 255) = 30.23%

 BLUE value IS 46 (18.36% from 255) = 35.66%

R = 34.11%
G = 30.23%
B = 35.66%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2C272E (or 0x2C272E) is known color: Blackcurrant. HEX triplet: 2C, 27 and 2E. RGB value is (44,39,46). Sum of RGB (Red+Green+Blue) = 44+39+46=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C272E is #D3D8D1. Grayscale: #292929. Windows color (decimal): -13883602 or 3024684. OLE color: 3024684.

HSL color Cylindrical-coordinate representation of color #2C272E: hue angle of 282.86º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2C272E is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 44 39 46 -
CMYK 0.04 0.15 0 0.82
HSL 282.86º 0.08% 0.17% -
HSV(B) 282.86º 0.15% 0.18% -
XYZ 2.26 2.18 2.89 -
YUV 41.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 44 39 46 0.04 0.15 0 0.82 282.86 0.08 0.17
Hex 2C 27 2E 4 F 0 52 11B 8 11
Octal 54 47 56 4 17 0 122 433 10 21
Binary 101100 100111 101110 100 1111 0 1010010 100011011 1000 10001

Color Harmonies of #2C272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C272E

Black with #2C272E

Text Example


Text Example

White with #2C272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,39,46); }

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

background-color css

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

 a { background-color: rgb(44,39,46); }

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

border-color css

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

 span { border-color: rgb(44,39,46); }

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