Html Css Color HEX #26272C Black Russian

📋 copy color: '#26272C'

red 38 ◦ green 39 ◦ blue 44

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

Shades of Black Russian #26272C

Tints of Black Russian #26272C

RGB

 RED value IS 38 (15.23% from 255) = 31.4%

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

 BLUE value IS 44 (17.58% from 255) = 36.36%

R = 31.4%
G = 32.23%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#26272C (or 0x26272C) is known color: Black Russian. HEX triplet: 26, 27 and 2C. RGB value is (38,39,44). Sum of RGB (Red+Green+Blue) = 38+39+44=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 44 - color contains mainly: blue. Hex color #26272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26272C is #D9D8D3. Grayscale: #272727. Windows color (decimal): -14276820 or 2893606. OLE color: 2893606.

HSL color Cylindrical-coordinate representation of color #26272C: hue angle of 230º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #26272C is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 38 39 44 -
CMYK 0.14 0.11 0 0.83
HSL 230º 0.07% 0.16% -
HSV(B) 230º 0.14% 0.17% -
XYZ 1.98 2.04 2.67 -
YUV 39.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 38 39 44 0.14 0.11 0 0.83 230 0.07 0.16
Hex 26 27 2C E B 0 53 E6 7 10
Octal 46 47 54 16 13 0 123 346 7 20
Binary 100110 100111 101100 1110 1011 0 1010011 11100110 111 10000

Color Harmonies of #26272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26272C

Black with #26272C

Text Example


Text Example

White with #26272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26272C; }

 p { color: rgb(38,39,44); }

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

background-color css

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

 a { background-color: rgb(38,39,44); }

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

border-color css

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

 span { border-color: rgb(38,39,44); }

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