Html Css Color HEX #26272B Black Russian

📋 copy color: '#26272B'

red 38 ◦ green 39 ◦ blue 43

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

Shades of Black Russian #26272B

Tints of Black Russian #26272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 35.83%

R = 31.67%
G = 32.5%
B = 35.83%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#26272B (or 0x26272B) is known color: Black Russian. HEX triplet: 26, 27 and 2B. RGB value is (38,39,43). Sum of RGB (Red+Green+Blue) = 38+39+43=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 43 - color contains mainly: blue. Hex color #26272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26272B is #D9D8D4. Grayscale: #272727. Windows color (decimal): -14276821 or 2828070. OLE color: 2828070.

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

Color convert

RGB 38 39 43 -
CMYK 0.12 0.09 0 0.83
HSL 228º 0.06% 0.16% -
HSV(B) 228º 0.12% 0.17% -
XYZ 1.96 2.04 2.58 -
YUV 39.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 38 39 43 0.12 0.09 0 0.83 228 0.06 0.16
Hex 26 27 2B C 9 0 53 E4 6 10
Octal 46 47 53 14 11 0 123 344 6 20
Binary 100110 100111 101011 1100 1001 0 1010011 11100100 110 10000

Color Harmonies of #26272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26272B

Black with #26272B

Text Example


Text Example

White with #26272B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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