Html Css Color HEX #2C2730 Blackcurrant

📋 copy color: '#2C2730'

red 44 ◦ green 39 ◦ blue 48

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

Shades of Blackcurrant #2C2730

Tints of Blackcurrant #2C2730

RGB

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

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

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

R = 33.59%
G = 29.77%
B = 36.64%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2C2730 (or 0x2C2730) is known color: Blackcurrant. HEX triplet: 2C, 27 and 30. RGB value is (44,39,48). Sum of RGB (Red+Green+Blue) = 44+39+48=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C2730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2730 is #D3D8CF. Grayscale: #292929. Windows color (decimal): -13883600 or 3155756. OLE color: 3155756.

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

Color convert

RGB 44 39 48 -
CMYK 0.08 0.19 0 0.81
HSL 273.33º 0.1% 0.17% -
HSV(B) 273.33º 0.19% 0.19% -
XYZ 2.3 2.2 3.1 -
YUV 41.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 44 39 48 0.08 0.19 0 0.81 273.33 0.1 0.17
Hex 2C 27 30 8 13 0 51 111 A 11
Octal 54 47 60 10 23 0 121 421 12 21
Binary 101100 100111 110000 1000 10011 0 1010001 100010001 1010 10001

Color Harmonies of #2C2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2730

Black with #2C2730

Text Example


Text Example

White with #2C2730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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