Html Css Color HEX #27282C Black Russian

📋 copy color: '#27282C'

red 39 ◦ green 40 ◦ blue 44

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

Shades of Black Russian #27282C

Tints of Black Russian #27282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.52%

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

R = 31.71%
G = 32.52%
B = 35.77%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#27282C (or 0x27282C) is known color: Black Russian. HEX triplet: 27, 28 and 2C. RGB value is (39,40,44). Sum of RGB (Red+Green+Blue) = 39+40+44=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 44 - color contains mainly: blue. Hex color #27282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282C is #D8D7D3. Grayscale: #282828. Windows color (decimal): -14211028 or 2893863. OLE color: 2893863.

HSL color Cylindrical-coordinate representation of color #27282C: 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.11%. Process color model (Four color, CMYK) of #27282C is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 39 40 44 -
CMYK 0.11 0.09 0 0.83
HSL 228º 0.06% 0.16% -
HSV(B) 228º 0.11% 0.17% -
XYZ 2.05 2.13 2.69 -
YUV 40.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 39 40 44 0.11 0.09 0 0.83 228 0.06 0.16
Hex 27 28 2C B 9 0 53 E4 6 10
Octal 47 50 54 13 11 0 123 344 6 20
Binary 100111 101000 101100 1011 1001 0 1010011 11100100 110 10000

Color Harmonies of #27282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27282C

Black with #27282C

Text Example


Text Example

White with #27282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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