#303343

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

Shades of Black Rock #303343

Tints of Black Rock #303343

Color information

#303343 (or 0x303343) is unknown color: approx Black Rock. HEX triplet: 30, 33 and 43. RGB value is (48,51,67). Sum of RGB (Red+Green+Blue) = 48+51+67=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 67 - color contains mainly: blue. Hex color #303343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303343 is #CFCCBC. Grayscale: #333333. Windows color (decimal): -13618365 or 4404016. OLE color: 4404016.

HSL color Cylindrical-coordinate representation of color #303343: hue angle of 230.53º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #303343 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB485167-
CMYK0.280.2400.74
HSL230.53º16.52%22.55%-
HSV(B)230.53º28.36%26.27%-
XYZ3.423.45.79-
YUV51.93136.51125.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 67 (26.56% from 255) = 40.36%
R=28.92%
G=30.72%
B=40.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4851670.280.2400.74230.5316.5222.55
Hex3033431C1804Ae71117
Octal6063103343001123472127
Binary1100001100111000011111001100001001010111001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303343; }

 p { color: rgb(48,51,67); }

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

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

 a { background-color: rgb(48,51,67); }

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

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

 span { border-color: rgb(48,51,67); }

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