#303136

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

Shades of Black Rock #303136

Tints of Black Rock #303136

Color information

#303136 (or 0x303136) is unknown color: approx Black Rock. HEX triplet: 30, 31 and 36. RGB value is (48,49,54). Sum of RGB (Red+Green+Blue) = 48+49+54=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 54 - color contains mainly: blue. Hex color #303136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303136 is #CFCEC9. Grayscale: #313131. Windows color (decimal): -13618890 or 3551536. OLE color: 3551536.

HSL color Cylindrical-coordinate representation of color #303136: hue angle of 230º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #303136 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB484954-
CMYK0.110.0900.79
HSL230º5.88%20%-
HSV(B)230º11.11%21.18%-
XYZ2.983.093.93-
YUV49.27130.67127.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=31.79%
G=32.45%
B=35.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4849540.110.0900.792305.8820
Hex303136B904Fe6614
Octal60616613110117346624
Binary11000011000111011010111001010011111110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303136; }

 p { color: rgb(48,49,54); }

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

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

 a { background-color: rgb(48,49,54); }

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

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

 span { border-color: rgb(48,49,54); }

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