#272830

Color #272830 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #272830

Tints of Black Russian #272830

Color information

#272830 (or 0x272830) is unknown color: approx Black Russian. HEX triplet: 27, 28 and 30. RGB value is (39,40,48). Sum of RGB (Red+Green+Blue) = 39+40+48=127 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.71% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 48 - color contains mainly: blue. Hex color #272830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272830 is #D8D7CF. Grayscale: #282828. Windows color (decimal): -14211024 or 3156007. OLE color: 3156007.

HSL color Cylindrical-coordinate representation of color #272830: hue angle of 233.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #272830 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB394048-
CMYK0.190.1700.81
HSL233.33º10.34%17.06%-
HSV(B)233.33º18.75%18.82%-
XYZ2.132.163.1-
YUV40.61132.17126.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.71%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=30.71%
G=31.50%
B=37.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3940480.190.1700.81233.3310.3417.06
Hex2728301311051e9a11
Octal475060232101213511221
Binary10011110100011000010011100010101000111101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272830; }

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

 H1.HeaderClassName
 {
   color: #272830;
 }
 .AnyTagClassName
 {
   color: #272830;
 }
</style>
background-color css

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

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

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

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

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

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