Html Css Color HEX #2C252F Blackcurrant

📋 copy color: '#2C252F'

red 44 ◦ green 37 ◦ blue 47

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

Shades of Blackcurrant #2C252F

Tints of Blackcurrant #2C252F

RGB

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

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

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

R = 34.38%
G = 28.91%
B = 36.72%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2C252F (or 0x2C252F) is known color: Blackcurrant. HEX triplet: 2C, 25 and 2F. RGB value is (44,37,47). Sum of RGB (Red+Green+Blue) = 44+37+47=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 47 - color contains mainly: blue. Hex color #2C252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C252F is #D3DAD0. Grayscale: #282828. Windows color (decimal): -13884113 or 3089708. OLE color: 3089708.

HSL color Cylindrical-coordinate representation of color #2C252F: hue angle of 282º 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 #2C252F is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 44 37 47 -
CMYK 0.06 0.21 0 0.82
HSL 282º 0.12% 0.16% -
HSV(B) 282º 0.21% 0.18% -
XYZ 2.21 2.06 2.97 -
YUV 40.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 44 37 47 0.06 0.21 0 0.82 282 0.12 0.16
Hex 2C 25 2F 6 15 0 52 11A C 10
Octal 54 45 57 6 25 0 122 432 14 20
Binary 101100 100101 101111 110 10101 0 1010010 100011010 1100 10000

Color Harmonies of #2C252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C252F

Black with #2C252F

Text Example


Text Example

White with #2C252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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