#303340

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

Shades of Black Rock #303340

Tints of Black Rock #303340

Color information

#303340 (or 0x303340) is unknown color: approx Black Rock. HEX triplet: 30, 33 and 40. RGB value is (48,51,64). Sum of RGB (Red+Green+Blue) = 48+51+64=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #303340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303340 is #CFCCBF. Grayscale: #333333. Windows color (decimal): -13618368 or 4207408. OLE color: 4207408.

HSL color Cylindrical-coordinate representation of color #303340: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303340 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB485164-
CMYK0.250.2000.75
HSL228.75º14.29%21.96%-
HSV(B)228.75º25%25.1%-
XYZ3.333.375.32-
YUV51.58135.01125.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=29.45%
G=31.29%
B=39.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4851640.250.2000.75228.7514.2921.96
Hex303340191404Be5e16
Octal6063100312401133451626
Binary110000110011100000011001101000100101111100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303340; }

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

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

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

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

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

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

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

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