#303342

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

Shades of Black Rock #303342

Tints of Black Rock #303342

Color information

#303342 (or 0x303342) is unknown color: approx Black Rock. HEX triplet: 30, 33 and 42. RGB value is (48,51,66). Sum of RGB (Red+Green+Blue) = 48+51+66=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: blue. Hex color #303342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303342 is #CFCCBD. Grayscale: #333333. Windows color (decimal): -13618366 or 4338480. OLE color: 4338480.

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

Color convert

RGB485166-
CMYK0.270.2300.74
HSL230º15.79%22.35%-
HSV(B)230º27.27%25.88%-
XYZ3.393.395.63-
YUV51.81136.01125.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 66 (26.17% from 255) = 40%
R=29.09%
G=30.91%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4851660.270.2300.7423015.7922.35
Hex3033421B1704Ae61016
Octal6063102332701123462026
Binary1100001100111000010110111011101001010111001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303342; }

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

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

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

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

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

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

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

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