Html Css Color HEX #2C2530 Blackcurrant

📋 copy color: '#2C2530'

red 44 ◦ green 37 ◦ blue 48

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

Shades of Blackcurrant #2C2530

Tints of Blackcurrant #2C2530

RGB

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

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

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

R = 34.11%
G = 28.68%
B = 37.21%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2C2530 (or 0x2C2530) is known color: Blackcurrant. HEX triplet: 2C, 25 and 30. RGB value is (44,37,48). Sum of RGB (Red+Green+Blue) = 44+37+48=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2530 is #D3DACF. Grayscale: #282828. Windows color (decimal): -13884112 or 3155244. OLE color: 3155244.

HSL color Cylindrical-coordinate representation of color #2C2530: hue angle of 278.18º 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 #2C2530 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 44 37 48 -
CMYK 0.08 0.23 0 0.81
HSL 278.18º 0.13% 0.17% -
HSV(B) 278.18º 0.23% 0.19% -
XYZ 2.23 2.07 3.08 -
YUV 40.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 44 37 48 0.08 0.23 0 0.81 278.18 0.13 0.17
Hex 2C 25 30 8 17 0 51 116 D 11
Octal 54 45 60 10 27 0 121 426 15 21
Binary 101100 100101 110000 1000 10111 0 1010001 100010110 1101 10001

Color Harmonies of #2C2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2530

Black with #2C2530

Text Example


Text Example

White with #2C2530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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