Html Css Color HEX #2D272F Blackcurrant

📋 copy color: '#2D272F'

red 45 ◦ green 39 ◦ blue 47

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

Shades of Blackcurrant #2D272F

Tints of Blackcurrant #2D272F

RGB

 RED value IS 45 (17.97% from 255) = 34.35%

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

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

R = 34.35%
G = 29.77%
B = 35.88%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2D272F (or 0x2D272F) is known color: Blackcurrant. HEX triplet: 2D, 27 and 2F. RGB value is (45,39,47). Sum of RGB (Red+Green+Blue) = 45+39+47=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D272F is #D2D8D0. Grayscale: #292929. Windows color (decimal): -13818065 or 3090221. OLE color: 3090221.

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

Color convert

RGB 45 39 47 -
CMYK 0.04 0.17 0 0.82
HSL 285º 0.09% 0.17% -
HSV(B) 285º 0.17% 0.18% -
XYZ 2.32 2.21 2.99 -
YUV 41.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 45 39 47 0.04 0.17 0 0.82 285 0.09 0.17
Hex 2D 27 2F 4 11 0 52 11D 9 11
Octal 55 47 57 4 21 0 122 435 11 21
Binary 101101 100111 101111 100 10001 0 1010010 100011101 1001 10001

Color Harmonies of #2D272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D272F

Black with #2D272F

Text Example


Text Example

White with #2D272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,39,47); }

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

background-color css

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

 a { background-color: rgb(45,39,47); }

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

border-color css

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

 span { border-color: rgb(45,39,47); }

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