Html Css Color HEX #27282F Black Russian

📋 copy color: '#27282F'

red 39 ◦ green 40 ◦ blue 47

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

Shades of Black Russian #27282F

Tints of Black Russian #27282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 37.3%

R = 30.95%
G = 31.75%
B = 37.3%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#27282F (or 0x27282F) is known color: Black Russian. HEX triplet: 27, 28 and 2F. RGB value is (39,40,47). Sum of RGB (Red+Green+Blue) = 39+40+47=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #27282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27282F is #D8D7D0. Grayscale: #282828. Windows color (decimal): -14211025 or 3090471. OLE color: 3090471.

HSL color Cylindrical-coordinate representation of color #27282F: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #27282F is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 40 47 -
CMYK 0.17 0.15 0 0.82
HSL 232.5º 0.09% 0.17% -
HSV(B) 232.5º 0.17% 0.18% -
XYZ 2.11 2.15 2.99 -
YUV 40.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 39 40 47 0.17 0.15 0 0.82 232.5 0.09 0.17
Hex 27 28 2F 11 F 0 52 E8 9 11
Octal 47 50 57 21 17 0 122 350 11 21
Binary 100111 101000 101111 10001 1111 0 1010010 11101000 1001 10001

Color Harmonies of #27282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27282F

Black with #27282F

Text Example


Text Example

White with #27282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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