#272838

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

Shades of Black Rock #272838

Tints of Black Rock #272838

Color information

#272838 (or 0x272838) is unknown color: approx Black Rock. HEX triplet: 27, 28 and 38. RGB value is (39,40,56). Sum of RGB (Red+Green+Blue) = 39+40+56=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #272838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272838 is #D8D7C7. Grayscale: #292929. Windows color (decimal): -14211016 or 3680295. OLE color: 3680295.

HSL color Cylindrical-coordinate representation of color #272838: hue angle of 236.47º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #272838 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB394056-
CMYK0.300.2900.78
HSL236.47º17.89%18.63%-
HSV(B)236.47º30.36%21.96%-
XYZ2.312.234.05-
YUV41.52136.17126.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.89%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=28.89%
G=29.63%
B=41.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3940560.300.2900.78236.4717.8918.63
Hex2728381E1D04Eec1213
Octal475070363501163542223
Binary100111101000111000111101110101001110111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272838; }

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

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

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

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

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

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

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

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