Html Css Color HEX #272428 Blackcurrant

📋 copy color: '#272428'

red 39 ◦ green 36 ◦ blue 40

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

Shades of Blackcurrant #272428

Tints of Blackcurrant #272428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.3%

 BLUE value IS 40 (16.02% from 255) = 34.78%

R = 33.91%
G = 31.3%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#272428 (or 0x272428) is known color: Blackcurrant. HEX triplet: 27, 24 and 28. RGB value is (39,36,40). Sum of RGB (Red+Green+Blue) = 39+36+40=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 40 - color contains mainly: blue. Hex color #272428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272428 is #D8DBD7. Grayscale: #252525. Windows color (decimal): -14212056 or 2630695. OLE color: 2630695.

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

Color convert

RGB 39 36 40 -
CMYK 0.02 0.10 0 0.84
HSL 285º 0.05% 0.15% -
HSV(B) 285º 0.1% 0.16% -
XYZ 1.85 1.85 2.27 -
YUV 37.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 39 36 40 0.02 0.10 0 0.84 285 0.05 0.15
Hex 27 24 28 2 A 0 54 11D 5 F
Octal 47 44 50 2 12 0 124 435 5 17
Binary 100111 100100 101000 10 1010 0 1010100 100011101 101 1111

Color Harmonies of #272428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272428

Black with #272428

Text Example


Text Example

White with #272428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272428; }

 p { color: rgb(39,36,40); }

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

background-color css

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

 a { background-color: rgb(39,36,40); }

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

border-color css

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

 span { border-color: rgb(39,36,40); }

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