Html Css Color HEX #272129 Blackcurrant

📋 copy color: '#272129'

red 39 ◦ green 33 ◦ blue 41

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

Shades of Blackcurrant #272129

Tints of Blackcurrant #272129

RGB

 RED value IS 39 (15.63% from 255) = 34.51%

 GREEN value IS 33 (13.28% from 255) = 29.2%

 BLUE value IS 41 (16.41% from 255) = 36.28%

R = 34.51%
G = 29.2%
B = 36.28%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#272129 (or 0x272129) is known color: Blackcurrant. HEX triplet: 27, 21 and 29. RGB value is (39,33,41). Sum of RGB (Red+Green+Blue) = 39+33+41=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 41 - color contains mainly: blue. Hex color #272129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272129 is #D8DED6. Grayscale: #232323. Windows color (decimal): -14212823 or 2695463. OLE color: 2695463.

HSL color Cylindrical-coordinate representation of color #272129: hue angle of 285º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #272129 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 33 41 -
CMYK 0.05 0.20 0 0.84
HSL 285º 0.11% 0.15% -
HSV(B) 285º 0.2% 0.16% -
XYZ 1.78 1.68 2.33 -
YUV 35.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 39 33 41 0.05 0.20 0 0.84 285 0.11 0.15
Hex 27 21 29 5 14 0 54 11D B F
Octal 47 41 51 5 24 0 124 435 13 17
Binary 100111 100001 101001 101 10100 0 1010100 100011101 1011 1111

Color Harmonies of #272129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272129

Black with #272129

Text Example


Text Example

White with #272129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272129; }

 p { color: rgb(39,33,41); }

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

background-color css

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

 a { background-color: rgb(39,33,41); }

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

border-color css

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

 span { border-color: rgb(39,33,41); }

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